Upload New File
This commit is contained in:
parent
94f8ebca4d
commit
d51910f671
1 changed files with 5 additions and 0 deletions
5
Dice/__init__.py
Normal file
5
Dice/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .dice import DicePlugin
|
||||
|
||||
# The name is already set in the DicePlugin class
|
||||
__version__ = "1.0.0"
|
||||
__all__ = ["DicePlugin"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue