From e517690b2495e9dd1a9fe2226e703aafab6b3d66 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Thu, 18 Apr 2024 13:49:20 +0930 Subject: [PATCH] DEV: Add shebang --- src/gbintk/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gbintk/cli.py b/src/gbintk/cli.py index 8afb176..e673024 100644 --- a/src/gbintk/cli.py +++ b/src/gbintk/cli.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from collections import OrderedDict from typing import Mapping, Optional