1
0
forked from bot/app

4 lines
81 B
Python

from fastapi import FastAPI
from nonebot import get_app
app: FastAPI = get_app()