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
+5
View File
@@ -26,3 +26,8 @@ from dungeonsheets.spells.spells_w import *
from dungeonsheets.spells.spells_x import *
from dungeonsheets.spells.spells_y import *
from dungeonsheets.spells.spells_z import *
from dungeonsheets.content_registry import default_content_registry
default_content_registry.add_module(__name__)