mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-23 04:40:59 +00:00
6 lines
169 B
Python
6 lines
169 B
Python
"""Пакет с FastAPI-приложением для веб-админки."""
|
||
|
||
from .server import WebAPIServer, create_app
|
||
|
||
__all__ = ["WebAPIServer", "create_app"]
|