gault-millau/apps/product/views/__init__.py
2019-11-13 14:46:30 +03:00

5 lines
83 B
Python

from .common import *
from .back import *
from .mobile import *
from .web import *