SeaCogs/aurora/models/__init__.py
Seaswimmer e2b0fc999a
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 28s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s
feat(aurora): finishing up moderation handlers
2024-07-12 15:22:24 -04:00

2 lines
166 B
Python

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.