mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-03 19:38:30 +02:00
Replace all relative imports with absolute ones
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user