Skip to content

Commit

Permalink
feat: expose more members
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jul 5, 2024
1 parent 9050a9e commit da8cb21
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/dep_logic/tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
from .platform import Platform, PlatformError
from .tags import EnvSpec, InvalidWheelFilename, TagsError, UnsupportedImplementation
from .tags import (
EnvCompatibility,
EnvSpec,
Implementation,
InvalidWheelFilename,
TagsError,
UnsupportedImplementation,
)

__all__ = [
"Platform",
Expand All @@ -8,4 +15,6 @@
"UnsupportedImplementation",
"InvalidWheelFilename",
"EnvSpec",
"Implementation",
"EnvCompatibility",
]

0 comments on commit da8cb21

Please sign in to comment.