changed shebang

This commit is contained in:
Mikołaj Lubiak 2023-02-07 14:58:47 +01:00
parent daa11deb0e
commit 0aa84807d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.10
#!/usr/bin/env python3
from rot import rot
from sys import argv