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