mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2025-06-12 07:37:41 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
from src.liteyuki import *
|
|
|
|
|
|
if __name__ == '__main__':
|
|
liteyuki = Liteyuki()
|
|
app = liteyuki.get_asgi()
|
|
liteyuki.run(app="main:app") |