mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +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")
|