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
+1
View File
@@ -1,6 +1,7 @@
"""Convenience module holding base classes for the various kinds of
game mechanics."""
from dungeonsheets.content import Content
from dungeonsheets.spells import Spell
from dungeonsheets.features import Feature
from dungeonsheets.infusions import Infusion