Introduce full asyncio version (still some module to migrate). Defender JSONRPC Server ready and using with uvcorn

This commit is contained in:
adator
2025-11-20 00:29:32 +01:00
parent 1b30b1ff4e
commit aa15aea749
34 changed files with 2533 additions and 2627 deletions

View File

@@ -13,6 +13,7 @@ from core import install
async def main():
from core.loader import Loader
loader = Loader()
await loader.start()
await loader.Irc.run()
if __name__ == "__main__":