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,6 +1,7 @@
|
||||
from .ranger import Archery, Defense, Dueling, TwoWeaponFighting
|
||||
from .features import Feature, FeatureSelector
|
||||
from .. import (weapons, armor)
|
||||
from dungeonsheets import armor, weapons
|
||||
from dungeonsheets.features.features import Feature, FeatureSelector
|
||||
from dungeonsheets.features.ranger import (Archery, Defense, Dueling,
|
||||
TwoWeaponFighting)
|
||||
|
||||
# Features added for all PHB classes
|
||||
# SCAG and XGTE needed
|
||||
|
||||
Reference in New Issue
Block a user