Divent/divent/__init__.py

5 lines
59 B
Python
Raw Normal View History

2022-06-08 21:02:14 +00:00
from .bot import run
if __name__ == "__main__":
run()