Skip to content

Commit 029d50b

Browse files
committed
chore: expose thin in package api
1 parent 42f362a commit 029d50b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vesskel/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Public package API for vesskel."""
2+
3+
from . import thin
4+
5+
__all__ = ["thin"]

0 commit comments

Comments
 (0)