blob: 56f1d5aff4b6897910f30a3bf80372dc6e09efea (
plain)
1
2
3
4
5
6
7
8
|
# -*- mode: python; -*-
from .common import common
from .auth.routes import auth
from .products.routes import products
from .customers.routes import customers
from .ferti.routes import ferti
from .invoices.routes import invoices
|