Skip to content

Commit 5e8946e

Browse files
committed
add __all__
1 parent 5298fcf commit 5e8946e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/factoradic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
from typed_stream import Stream
1313

14+
15+
__all__ = ("factoradic_to_int", "int_to_factoradic")
16+
1417
DIGITS = string.digits + string.ascii_letters
1518

1619

0 commit comments

Comments
 (0)