From 40d552f5712e9262cb9d40a6cd4d8eb807f0884f Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 23:39:17 +0530 Subject: [PATCH] Update basic_management.py --- basic_management.py | 1 + 1 file changed, 1 insertion(+) diff --git a/basic_management.py b/basic_management.py index f916d24..8305f2e 100644 --- a/basic_management.py +++ b/basic_management.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from docker_wrapper import Docker, NoContainersError from typing import Dict, List import sys