add shebang to dev script

This commit is contained in:
Izalia Mae 2024-04-02 13:56:11 -04:00
parent ffed955ab3
commit fd0b9fb723

1
dev.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import click
import platform
import shutil