import asyncio from pkg.core import boot if __name__ == '__main__': asyncio.run(boot.main())