mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-30 12:34:47 +08:00
5 lines
98 B
Python
5 lines
98 B
Python
from src.start import *
|
|
|
|
if __name__ == '__main__':
|
|
liteyuki = Liteyuki()
|
|
liteyuki.start() |