aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content/views/__init__.py
blob: a969b1dcc31128e1bbea31f84bce6315c5720c8a (plain) (blame)
1
2
3
4
from .page_category import PageOrCategoryView
from .tags import TagView

__all__ = ["PageOrCategoryView", "TagView"]