File size: 80 Bytes
cb330aa
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
FastAPI package entrypoint.
"""

from api.app import app

__all__ = ["app"]