From 7a7e6a6a52517b035152093429c9c551844e563d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 25 Mar 2025 12:52:48 -0500 Subject: Rename manager/launcher script and implement the management logic. Give the launcher a better name, and implement the logic to actually launch the job and do basic management of the process(es). --- gn_libs/scripts/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 gn_libs/scripts/__init__.py (limited to 'gn_libs/scripts/__init__.py') diff --git a/gn_libs/scripts/__init__.py b/gn_libs/scripts/__init__.py deleted file mode 100644 index 678c5e0..0000000 --- a/gn_libs/scripts/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Initialise scripts that will be accessible globally.""" -- cgit v1.2.3