File size: 127 Bytes
2b2ebe7
 
 
 
 
 
1
2
3
4
5
6
7
"""Server package exposing ASGI app for `uvicorn server:app`."""

from server.app import app, main

__all__ = ["app", "main"]