Made a Content base class, and changed GM extra content interface.

This commit is contained in:
Mark Wolfman
2021-08-07 21:18:34 -05:00
parent a18b6df3bb
commit 92b301a8e0
12 changed files with 346 additions and 318 deletions
+1 -8
View File
@@ -13,12 +13,5 @@ __all__ = (
from dungeonsheets import background, features, race, spells, weapons, mechanics
from dungeonsheets.character import Character
from dungeonsheets.content_registry import import_homebrew
from dungeonsheets.content import __version__
import os
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
__version__ = read("../VERSION")