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

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