5 lines
127 B
Python
5 lines
127 B
Python
from .dice import DicePlugin
|
|
|
|
# The name is already set in the DicePlugin class
|
|
__version__ = "1.0.0"
|
|
__all__ = ["DicePlugin"]
|