File size: 71 Bytes
75e2b6c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# app/__init__.py
from app.main import app

__all__ = [
    "app",
]