Resolve "split controllers and models into multiple files"
Closes #58 (closed)
it avoids having huge files with tens of functions and classes. the drawback is that it can easily leads to circular imports problems
Closes #58 (closed)
it avoids having huge files with tens of functions and classes. the drawback is that it can easily leads to circular imports problems