Files
Gwendolyn/funcs/roll/__init__.py
2020-08-03 16:58:37 +02:00

3 lines
52 B
Python

__all__ = ["roll_dice"]
from .dice import roll_dice