File size: 106 Bytes
8aca5b2
 
 
 
 
1
2
3
4
5
6
"""Server package entrypoint for the ESC OpenEnv environment."""

from .app import app

__all__ = ["app"]