mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-12 23:53:31 +02:00
9 lines
227 B
Python
9 lines
227 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 *
|
|
from .unsorted_spells import *
|