forked from rc/aircox
8 lines
182 B
Python
8 lines
182 B
Python
from aircox.views.diffusion import TimeTableView as AircoxTimeTableView
|
|
|
|
__all__ = "TimeTableView"
|
|
|
|
|
|
class TimeTableView(AircoxTimeTableView):
|
|
template_name = "aircox/home.html"
|