mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Register content by module name, to avoid circular imports.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user