Resolve "split controllers and models into multiple files"
Compare changes
Files
37
smash/web/models/__init__.py
0 → 100644
+ 29
− 0
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