From 5e120179c489e0ad32dd1c83ebf2c941b796a844 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 23:21:19 +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