mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-03 11:29:44 +02:00
Replace all relative imports with absolute ones
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
__all__ = ('Monk')
|
||||
|
||||
from .. import (features, weapons)
|
||||
from .classes import CharClass, SubClass
|
||||
from collections import defaultdict
|
||||
|
||||
from dungeonsheets import features, weapons
|
||||
from dungeonsheets.classes.classes import CharClass, SubClass
|
||||
|
||||
|
||||
# PHB
|
||||
class OpenHandWay(SubClass):
|
||||
@@ -38,7 +39,7 @@ class ShadowWay(SubClass):
|
||||
features_by_level[6] = [features.ShadowStep]
|
||||
features_by_level[11] = [features.CloakOfShadows]
|
||||
features_by_level[17] = [features.Opportunist]
|
||||
|
||||
|
||||
|
||||
class FourElementsWay(SubClass):
|
||||
"""You follow a monastic tradition that teaches you to harness the
|
||||
|
||||
Reference in New Issue
Block a user