From a0b25e466a40f04bd7222ffdbfc29e9677cd732d Mon Sep 17 00:00:00 2001 From: Giovani Date: Fri, 25 Jun 2021 19:08:46 +0000 Subject: [PATCH] feat: add shebang to dopey script --- dopey.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dopey.py b/dopey.py index b67746c..579a460 100644 --- a/dopey.py +++ b/dopey.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import sys from typing import Dict, List