mirror of
https://hub.psychoinformatics.de/actions/xlsx-to-tsv.git
synced 2026-09-10 03:46:04 +00:00
24 lines
573 B
Python
24 lines
573 B
Python
# file generated by vcs-versioning
|
|
# don't change, don't track in version control
|
|
from __future__ import annotations
|
|
|
|
__all__ = [
|
|
'__commit_id__',
|
|
'__version__',
|
|
'__version_tuple__',
|
|
'commit_id',
|
|
'version',
|
|
'version_tuple',
|
|
]
|
|
|
|
version: str
|
|
__version__: str
|
|
__version_tuple__: tuple[int | str, ...]
|
|
version_tuple: tuple[int | str, ...]
|
|
commit_id: str | None
|
|
__commit_id__: str | None
|
|
|
|
__version__ = version = '0.1.dev2+ge323012dc.d20260823'
|
|
__version_tuple__ = version_tuple = (0, 1, 'dev2', 'ge323012dc.d20260823')
|
|
|
|
__commit_id__ = commit_id = None
|