We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558a6f2 commit 6df688fCopy full SHA for 6df688f
1 file changed
dice_notation/parser/__init__.py
@@ -1,3 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
from dice_notation.parser.dice import DiceParser
4
+
5
+__all__ = ['DiceParser']
0 commit comments