copanier/copanier/views/__init__.py
Alexis MÃtaireau b451a82c7b Reorganize the files,
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
2020-03-13 18:58:54 +01:00

1 line
85 B
Python

from . import delivery, products, groups, login # noqa : import to scan the routes.