fix: python < 3.10 error

main
Bingsu 2023-02-26 09:19:19 +09:00
parent 8caf245b80
commit 19d1bf9ca4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import atexit
import re
import shlex