Increase compatability with more operating systems

This commit is contained in:
Lavender Perry 2021-05-12 20:51:06 -07:00
parent cf1da03eeb
commit 44adcb842b
Signed by untrusted user: elle
GPG Key ID: EF8E44AF715C28A0
1 changed files with 1 additions and 1 deletions

2
pat.py
View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
from enum import IntEnum
from sys import argv, stdin, stderr
from string import whitespace