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