Project_Camper/vagus/camper/views/__init__.py

4 lines
86 B
Python
Raw Normal View History

2021-01-17 17:10:04 +01:00
from .create_offer import *
from .detail_page import *
from .statistic_offer import *