Mar 19, 2022
Hi Zlliu,
I know this is meant for beginners but I do think this is not advisable:
`
from books.function1 import *
from books.function2 import *
`
Instead, creating routers as described in the fastAPI documentation is a better approach:
Hi Zlliu,
I know this is meant for beginners but I do think this is not advisable:
`
from books.function1 import *
from books.function2 import *
`
Instead, creating routers as described in the fastAPI documentation is a better approach:
Software & Data Engineer at Datamesh GmbH. Sharing knowledge and code around software (cloud) development, data engineering & data science!