Register content by module name, to avoid circular imports.

This commit is contained in:
Mark Wolfman
2021-08-07 22:51:44 -05:00
parent 92b301a8e0
commit 1c0c13df72
14 changed files with 130 additions and 24 deletions
+6
View File
@@ -1,3 +1,9 @@
from dungeonsheets.content_registry import default_content_registry
default_content_registry.add_module(__name__)
class MagicItem:
"""
Generic Magic Item. Add description here.