move shebang to python 3

This commit is contained in:
Asif Saif Uddin 2023-05-24 20:27:17 +06:00 committed by GitHub
parent d5c3b7543e
commit a93b28fbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import annotations