mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
Register content by module name, to avoid circular imports.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
from dungeonsheets.content_registry import default_content_registry
|
||||
|
||||
|
||||
default_content_registry.add_module(__name__)
|
||||
|
||||
|
||||
class MagicItem:
|
||||
"""
|
||||
Generic Magic Item. Add description here.
|
||||
|
||||
Reference in New Issue
Block a user