Skip to content

Commit ecb0cc3

Browse files
committed
Refactor packaging
1 parent 5c648dc commit ecb0cc3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# FastAPI Question Service Application
2+
from .main import app
3+
4+
__version__ = "1.0.0"
5+
__all__ = ["app"]
File renamed without changes.

0 commit comments

Comments
 (0)