advent22/api/advent22_api/__init__.py

4 lines
40 B
Python
Raw Normal View History

2022-10-08 23:36:16 +00:00
from .app import app
__all__ = ["app"]