1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-09 04:25:48 +01:00
2023-11-02 15:50:33 +01: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.4')
# vim: sw=4 et