advent22/api/advent22_api/__init__.py
2022-10-08 23:36:16 +00:00

3 lines
40 B
Python

from .app import app
__all__ = ["app"]