Skip to content

Commit 2741b75

Browse files
authored
Merge pull request #28 from Popkornium18/export_sqids_class
Export Sqids from sqids module
2 parents 6f57211 + 39444d2 commit 2741b75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sqids/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
from .sqids import Sqids # noqa: F401
1+
from .sqids import Sqids
2+
3+
__all__ = ["Sqids"]

0 commit comments

Comments
 (0)