Sith/core/views/__init__.py

5 lines
81 B
Python

from .user import *
from .page import *
from .site import *
from .group import *