Sith/core/views/__init__.py

5 lines
81 B
Python
Raw Normal View History

2015-11-24 15:09:46 +00:00
from .user import *
from .page import *
from .site import *
from .group import *