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:
@@ -16,3 +16,8 @@ from dungeonsheets.features.rogue import *
|
||||
from dungeonsheets.features.sorceror import *
|
||||
from dungeonsheets.features.warlock import *
|
||||
from dungeonsheets.features.wizard import *
|
||||
|
||||
from dungeonsheets.content_registry import default_content_registry
|
||||
|
||||
|
||||
default_content_registry.add_module(__name__)
|
||||
|
||||
Reference in New Issue
Block a user