feat: add shebang to dopey script

This commit is contained in:
Giovani
2021-06-25 19:08:46 +00:00
parent b85d151fe0
commit 5f753c8e6b

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
import sys
from typing import Dict, List