Skip to content

Commit d442893

Browse files
committed
Draft refactoring. Added async dependency func support.
1 parent 93f795f commit d442893

File tree

6 files changed

+1031
-64
lines changed

6 files changed

+1031
-64
lines changed

fastopenapi/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
Query,
1111
Security,
1212
)
13-
from fastopenapi.core.types import Response
13+
from fastopenapi.core.types import FileUpload, Response
1414

1515
__all__ = [
1616
"__version__",
17+
# types
18+
"FileUpload",
1719
"Response",
1820
# params
1921
"Query",

0 commit comments

Comments
 (0)