1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-02-18 09:55:13 +01:00
Files
github.com_openSUSE_osc/osc/__init__.py
2025-12-18 10:30:46 +01:00

20 lines
260 B
Python

__all__ = [
'babysitter',
'build',
'connection',
'commandline',
'core',
'fetch',
'grabber',
'meter',
'oscerr',
'oscssl',
]
from .util import git_version
__version__ = git_version.get_version('1.23.0')
# vim: sw=4 et