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