Import shlex

This commit is contained in:
Paul O'Leary McCann 2022-09-02 13:37:49 +09:00
parent a53735f018
commit 21a4182b41

View File

@ -3,6 +3,7 @@ from pathlib import Path
from wasabi import msg from wasabi import msg
from wasabi.util import locale_escape from wasabi.util import locale_escape
import sys import sys
import shlex
import srsly import srsly
import typer import typer