Skip to content

Support running CLI arg testing by changingin src/<package_name>/__init__.py #4

@a-t-0

Description

@a-t-0

Working content:

"""Contains the project versioning."""

__version__ = "0.0.1"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())


from tui_labeller.__main__ import main

_ = main  # Prevents linter warnings without executing `main`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions