File size: 82 Bytes
bc35a94
 
 
 
1
2
3
4
5
from .app import app
from .app import create_app

__all__ = ["app", "create_app"]