diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 16:19:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 16:19:14 +0000 |
commit | 7ef78d734cea40fede591fbf85661fb76eb88034 (patch) | |
tree | 4ebfbdeb042baabe84f35e8206f4887ce196dbe3 /python3/compute_tools/container/__init__.py | |
parent | Adding initial compute-tools python module. (diff) | |
download | compute-tools-7ef78d734cea40fede591fbf85661fb76eb88034.tar.xz compute-tools-7ef78d734cea40fede591fbf85661fb76eb88034.zip |
Reworking container version command in python.next
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'python3/compute_tools/container/__init__.py')
-rw-r--r-- | python3/compute_tools/container/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python3/compute_tools/container/__init__.py b/python3/compute_tools/container/__init__.py index 8090205..ca5248b 100644 --- a/python3/compute_tools/container/__init__.py +++ b/python3/compute_tools/container/__init__.py @@ -16,3 +16,5 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. + +from .version import * |