mvoau-klant/__main__.py
2021-04-10 14:57:37 +02:00

5 lines
58 B
Python

import asyncio
from . import bot
asyncio.run(bot.main())