SeaCogs/aurora/models/__init__.py

3 lines
166 B
Python
Raw Normal View History

from .moderation_types import * # noqa: F403
# This just imports all the built-in moderation types so they can be registered, as they aren't imported anywhere else.