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