-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Milestone
Description
Describe the bug
Finish #45. Please see here on how to load multiple files - https://fastapi.tiangolo.com/it/tutorial/bigger-applications/
Basically, you need empty init.py file to tell python that the folder is a module. You can then simply load as import root_folder.sub_folder.sub_folder.filename.
FYI @demilolu