BasicHfBot / bot /server /__init__.py
understanding's picture
Create server/__init__.py
54310dd verified
raw
history blame contribute delete
84 Bytes
# PATH: bot/server/__init__.py
from .app import create_app
__all__ = ["create_app"]