Files
h1686bot/h1686bot.py
2025-01-02 22:19:43 +02:00

5 lines
60 B
Python

from bot import main
if __name__ == "__main__":
main()