Formulator / general /skills /__init__.py
ango
5.8 commit
17a347d
raw
history blame contribute delete
123 Bytes
from general.skills import equipment, team
GENERAL_SKILLS = {
**equipment.GENERAL_SKILLS,
**team.GENERAL_SKILLS
}