changed way class names are handled

This commit is contained in:
Ben Cook
2018-12-22 16:16:51 -05:00
parent 86b9c77a27
commit 943c572d15
19 changed files with 127 additions and 104 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from unittest import TestCase
import warnings
from dungeonsheets import race, monsters, exceptions, spells
from dungeonsheets.character import Character, Wizard, Druid
from dungeonsheets.character import Character
from dungeonsheets.weapons import Weapon, Shortsword
from dungeonsheets.armor import Armor, LeatherArmor, Shield