Пример #1
0
    def start(self, _motd):
        # Start the basics. Core>protocols, database<,
        self.core = Core(self)
        self.gnframework = GameNetFramework(self)

        self.core.start_all()