mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-05 04:18:28 +02:00
Replace all relative imports with absolute ones
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .features import Feature, FeatureSelector
|
||||
from .. import spells
|
||||
from dungeonsheets import spells
|
||||
from dungeonsheets.features.features import Feature, FeatureSelector
|
||||
|
||||
|
||||
# PHB
|
||||
@@ -695,4 +695,3 @@ class FungalBody(Feature):
|
||||
name = "Fungal Body"
|
||||
source = "Druid (Circle of Spores)"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user