add shebang #299

This commit is contained in:
subframe7536 2024-12-14 20:31:18 +08:00
parent ed6c26c49a
commit 21102f8d80
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import hashlib
import importlib.util

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
from os import path, remove
from urllib.request import urlopen

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import os
import re