Files
Gwendolyn/funcs/swfuncs/__init__.py
2020-08-13 16:31:28 +02:00

7 lines
180 B
Python

"""Functions related to the Star Wars TTRPG."""
__all__ = ["SwChar", "SwRoll", "SwDestiny"]
from .swchar import SwChar
from .swroll import SwRoll
from .swdestiny import SwDestiny