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
+4
View File
@@ -2,6 +2,10 @@ from collections import defaultdict
from dungeonsheets import features as feats
from dungeonsheets import spells, weapons
from dungeonsheets.content_registry import default_content_registry
default_content_registry.add_module(__name__)
class Race: