LBeaudoux / iso639

A fast, simple ISO 639 library.
MIT License
33 stars 5 forks source link

Use __all__ instead of declaring var #18

Closed ic-it closed 8 months ago

LBeaudoux commented 8 months ago

@ic-it Thanks for this PR which improves the public API of the iso639-lang package. Have you encountered conflicting names after a wildcard import?

ic-it commented 8 months ago

@LBeaudoux No, but linters give errors because you are using a non-conventional approach for public api