rDrama/drama/routes/__init__.py

16 lines
350 B
Python

from .admin import *
from .boards import *
from .comments import *
from .discord import *
from .errors import *
from .flagging import *
from .front import *
from .login import *
from .oauth import *
from .posts import *
from .search import *
from .settings import *
from .static import *
from .users import *
from .votes import *
from .feeds import *