ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Explicitly define public api in __init__.py #454

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Status: Ready

If merged, makes additional changes to support mypy --strict for using the package public API.

Fixes #450