1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-02-07 21:16:39 +01:00
Files
github.com_openSUSE_osc/osc/__init__.py
2025-05-20 11:44:46 +02: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.16.0')
# vim: sw=4 et