Shebang now points to .venv-python

This commit is contained in:
Dominik Moritz Roth 2021-06-16 17:12:50 +02:00
parent d20ada2d60
commit 03cb19819b

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.9 #!./.venv/bin/python3.9
import os import os
import json import json
import math import math