mamweb/seminar/views/__init__.py

4 lines
79 B
Python
Raw Normal View History

2020-03-03 21:48:55 +01:00
from .views_all import *
from .autocomplete import *
2020-09-03 23:02:28 +02:00
from .views_rest import *