Skip to content

Commit b3b004f

Browse files
authored
Update __init__.py
1 parent c1da221 commit b3b004f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

binary_utils/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
# #
3030
################################################################################
3131

32-
__all__ = ["binary_converter", "binary_stream"]
32+
__all__: list = [
33+
"binary_converter",
34+
"binary_stream"
35+
]
3336

3437
from binary_utils.binary_converter import binary_converter
3538
from binary_utils.binary_stream import binary_stream

0 commit comments

Comments
 (0)