mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Replace all relative imports with absolute ones
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from .. import (weapons, features, spells)
|
||||
from .classes import CharClass, SubClass
|
||||
from collections import defaultdict
|
||||
|
||||
from dungeonsheets import features, spells, weapons
|
||||
from dungeonsheets.classes.classes import CharClass, SubClass
|
||||
|
||||
|
||||
# PHB
|
||||
class Archfey(SubClass):
|
||||
|
||||
Reference in New Issue
Block a user