Added generic encounter class (doesn't really do anything yet).

This commit is contained in:
Mark Wolfman
2021-10-04 17:08:19 -05:00
parent 8be31abd25
commit be7268a0b3
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
game mechanics."""
from dungeonsheets.content import Content, Creature
from dungeonsheets.encounter import Encounter
from dungeonsheets.spells import Spell
from dungeonsheets.features import Feature
from dungeonsheets.infusions import Infusion