Skip to content

Commit 3baa972

Browse files
committed
add __all__
1 parent 74916b6 commit 3baa972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/padding_oracle/solve.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
cast,
3131
)
3232

33+
__all__ = [
34+
'solve',
35+
]
36+
3337

3438
class BlockResult:
3539
def __init__(

0 commit comments

Comments
 (0)