mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-24 06:38:28 +02:00
8 lines
196 B
Python
8 lines
196 B
Python
from .spells import Spell, create_spell
|
|
from .spells_a_d import *
|
|
from .spells_e_i import *
|
|
from .spells_j_m import *
|
|
from .spells_n_r import *
|
|
from .spells_s_u import *
|
|
from .spells_v_z import *
|