awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.34k stars 156 forks source link

Define new class,table in separate file(module) #146

Closed AlexDag closed 2 years ago

AlexDag commented 2 years ago

How is possibly to create a new class,model,table in another file outside of main.py and then create routers for them ? Any example please ...