mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
4 lines
81 B
Python
4 lines
81 B
Python
from fastapi import FastAPI
|
|
from nonebot import get_app
|
|
|
|
app: FastAPI = get_app() |