This website requires JavaScript.
Explore
Help
Sign In
odyfo
/
odapi
Watch
1
Star
0
Fork
You've already forked odapi
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
740a81be7c
odapi
/
app
/
__init__.py
6 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Migrate to FastAPI with a focus on async code
2020-06-05 01:09:55 +02:00
from
fastapi
import
FastAPI
Create basic API for CRUD
2020-03-23 21:17:16 +01:00
Migrate to FastAPI with a focus on async code
2020-06-05 01:09:55 +02:00
app
=
FastAPI
(
)
Create basic API for CRUD
2020-03-23 21:17:16 +01:00
Migrate to FastAPI with a focus on async code
2020-06-05 01:09:55 +02:00
from
app
import
routes
,
schema