mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 15:37:25 +08:00
6 lines
143 B
Python
6 lines
143 B
Python
from src.liteyuki import *
|
|
|
|
if __name__ == '__main__':
|
|
liteyuki = Liteyuki()
|
|
app = liteyuki.get_asgi()
|
|
liteyuki.run(app="main:app") |