mirror of
https://github.com/almet/copanier.git
synced 2025-04-29 12:02:37 +02:00
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).
1 line
85 B
Python
1 line
85 B
Python
from . import delivery, products, groups, login # noqa : import to scan the routes.
|