Files
Gwendolyn/funcs/roll/__init__.py
Nikolaj Danger cb2df5e87a 🐛
2020-08-03 17:55:16 +02:00

5 lines
73 B
Python

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