Files
remnawave-bedolaga-telegram…/app/webapi/__init__.py
2025-09-26 05:09:26 +03:00

6 lines
169 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""Пакет с FastAPI-приложением для веб-админки."""
from .server import WebAPIServer, create_app
__all__ = ["WebAPIServer", "create_app"]