mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Made a Content base class, and changed GM extra content interface.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user