meta-hackathon / server /__init__.py
5ivatej's picture
Add package entrypoint and lockfile for deployment checks
8aca5b2
raw
history blame contribute delete
106 Bytes
"""Server package entrypoint for the ESC OpenEnv environment."""
from .app import app
__all__ = ["app"]