Skip to content

Commit 64a6994

Browse files
committed
added stubs for remaining modules
1 parent 0808995 commit 64a6994

File tree

10 files changed

+698
-0
lines changed

10 files changed

+698
-0
lines changed

stubs/lzss/__init__.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Stubs for lzss (Python 3)
2+
3+
from typing import AnyStr
4+
5+
def encode(data: AnyStr) -> bytes: ...

0 commit comments

Comments
 (0)