SeaCogs/aurora/utilities/registry.py
Seaswimmer 9f068bba6f
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 40s
feat(aurora): starting on the updated moderation type system
2024-07-06 11:30:37 -04:00

3 lines
74 B
Python

from class_registry import ClassRegistry
type_registry = ClassRegistry()