mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
Replace all relative imports with absolute ones
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from .features import Feature, FeatureSelector
|
||||
from .ranger import Defense, Dueling
|
||||
from .fighter import GreatWeaponFighting, Protection
|
||||
from .. import (weapons, armor)
|
||||
from dungeonsheets import armor, weapons
|
||||
from dungeonsheets.features.features import Feature, FeatureSelector
|
||||
from dungeonsheets.features.fighter import GreatWeaponFighting, Protection
|
||||
from dungeonsheets.features.ranger import Defense, Dueling
|
||||
|
||||
|
||||
# PHB
|
||||
|
||||
Reference in New Issue
Block a user