5 lines
98 B
Python
Executable File
5 lines
98 B
Python
Executable File
from liteyuki import LiteyukiBot
|
|
|
|
if __name__ == "__main__":
|
|
lyb = LiteyukiBot()
|
|
lyb.run() |