Prosento_RepEx / server /app /__init__.py
ChristopherJKoen's picture
Industry Standard
f48f5c4
raw
history blame contribute delete
67 Bytes
from .main import app, create_app
__all__ = ["app", "create_app"]