File size: 123 Bytes
17a347d
 
 
 
 
 
1
2
3
4
5
6
7
from general.skills import equipment, team

GENERAL_SKILLS = {
    **equipment.GENERAL_SKILLS,
    **team.GENERAL_SKILLS
}