🗃️ Better importing

This commit is contained in:
Nikolaj Danger
2020-08-03 17:43:38 +02:00
parent aa52af5efc
commit 41b048217b
7 changed files with 36 additions and 23 deletions

View File

@ -1,3 +1,5 @@
__doc__ = "I stole this"
__all__ = ["roll_dice"]
from .dice import roll_dice