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