LiteyukiBot/tests/test_core.py

5 lines
102 B
Python

from src.liteyuki import LiteyukiBot
if __name__ == "__main__":
lyb = LiteyukiBot()
lyb.run()