Files
Gwendolyn/funcs/roll/__init__.py
2020-08-03 17:51:35 +02:00

5 lines
72 B
Python

"""I stole this"""
__all__ = ["roll_dice"]
from .dice import roll_dice