1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-03 22:52:10 +01:00
2023-10-10 20:06:27 +02:00

20 lines
259 B
Python

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