blob: df369fec096d639a06918ffb126a876a2334e58e [file] [log] [blame]
# -*- coding: utf-8 -*-
"""Controllers for the allura application."""
from .discuss import DiscussionController, AppDiscussionController, ThreadController, PostController, ModerationController
from .discuss import AppDiscussionRestController
from .base import BaseController, DispatchIndex