customer_support / server /__init__.py
Sayed223's picture
Create server/__init__.py
c8ae1d4 verified
raw
history blame contribute delete
96 Bytes
"""Customer Support Environment Server Package."""
from server.app import app
__all__ = ["app"]