Spaces:
Runtime error
Runtime error
from general.buffs import equipment, team | |
GENERAL_BUFFS = { | |
**equipment.GENERAL_BUFFS, | |
**team.GENERAL_BUFFS | |
} | |
from general.buffs import equipment, team | |
GENERAL_BUFFS = { | |
**equipment.GENERAL_BUFFS, | |
**team.GENERAL_BUFFS | |
} | |