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:
@@ -26,3 +26,8 @@ from dungeonsheets.spells.spells_w import *
|
||||
from dungeonsheets.spells.spells_x import *
|
||||
from dungeonsheets.spells.spells_y import *
|
||||
from dungeonsheets.spells.spells_z import *
|
||||
|
||||
from dungeonsheets.content_registry import default_content_registry
|
||||
|
||||
|
||||
default_content_registry.add_module(__name__)
|
||||
|
||||
Reference in New Issue
Block a user