This commit is contained in:
2024-12-14 19:21:51 +01:00
parent 182c25242a
commit 441f57e6ad

View File

@@ -36,6 +36,8 @@ async def main():
else:
raise RuntimeError(f"Unknown module: {module}")
exit(0)
if __name__ == "__main__":
from asyncio import run