Replace all relative imports with absolute ones

This commit is contained in:
Tomáš Heger
2020-05-05 23:00:17 +02:00
parent 7019199020
commit 5a9bb96dd9
66 changed files with 3101 additions and 3094 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
from .features import Feature, FeatureSelector
from .ranger import Dueling, TwoWeaponFighting
from dungeonsheets.features.features import Feature, FeatureSelector
from dungeonsheets.features.ranger import Dueling, TwoWeaponFighting
# PHB
class BardicInspiration(Feature):