1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/osc/__init__.py

20 lines
262 B
Python
Raw Normal View History

__all__ = [
'babysitter',
'build',
'connection',
'commandline',
'core',
'fetch',
'grabber',
'meter',
'oscerr',
'oscssl',
]
from .util import git_version
2022-09-09 09:28:39 +02:00
__version__ = git_version.get_version('1.0.0~b2')
# vim: sw=4 et