Divent/divent/__init__.py
Xéfir Destiny 0db6e9edff
All checks were successful
continuous-integration/drone/push Build is passing
Update bot with start works on front
2022-06-08 23:02:14 +02:00

5 lines
59 B
Python

from .bot import run
if __name__ == "__main__":
run()