LiteyukiBot/tests/test_core.py

5 lines
98 B
Python

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