tabletop-frog/src/ttfrog/db/schema/__init__.py
2024-05-12 11:20:52 -07:00

6 lines
113 B
Python

from .character import *
from .classes import *
from .log import *
from .modifiers import *
from .skill import *