make shebang use env

This commit is contained in:
Maximilian Keßler 2023-07-27 16:14:31 +02:00
parent 193564bfd6
commit 881c21cc9c
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -1,4 +1,4 @@
#! /bin/python3
#! /usr//bin/env python3
"""
Short executable file to start the command-line-interface for the hanabi package.