3 lines
166 B
Python
3 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.
|