Files
plain-ub-overfork/app/__main__.py
2024-01-09 18:12:48 +05:30

7 lines
148 B
Python

from app import LOGGER, bot
if __name__ == "__main__":
bot.run(bot.boot())
else:
LOGGER.error("Wrong Start Command.\nUse 'python -m app'")