5 lines
72 B
Python
5 lines
72 B
Python
"""I stole this"""
|
|
|
|
__all__ = ["roll_dice"]
|
|
|
|
from .dice import roll_dice |