blob: 467e59aefd901d2c837b524962381437cbfaebbc (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- 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
from .orders.routes import orders
|