Upload New File

This commit is contained in:
Groupr 2025-09-13 15:40:46 +00:00
parent 94f8ebca4d
commit d51910f671

5
Dice/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .dice import DicePlugin
# The name is already set in the DicePlugin class
__version__ = "1.0.0"
__all__ = ["DicePlugin"]