chore(shebang): python3; style(newline): crlf -> lf

This commit is contained in:
lit
2025-06-25 09:39:12 +08:00
parent 55fc6b90bd
commit dc6e3232be
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
from sys import maxsize from sys import maxsize
from enum import IntEnum, auto from enum import IntEnum, auto
from urllib.error import URLError from urllib.error import URLError