3 lines
52 B
Python
3 lines
52 B
Python
__all__ = ["roll_dice"]
|
|
|
|
from .dice import roll_dice |
__all__ = ["roll_dice"]
|
|
|
|
from .dice import roll_dice |