rewrite: Implement shard IPC server.

This commit is contained in:
2022-11-03 15:36:39 +02:00
parent 88861f3880
commit fd04b825f2
10 changed files with 460 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
from .LionBot import LionBot
from .config import conf
from .args import args
from .app import appname, shard_talk
from . import sharding
from . import logger
from . import app