clean code, fix extract

This commit is contained in:
Tran Xen
2023-07-28 20:47:14 +02:00
parent 00d9cc6f62
commit a511214aaa
23 changed files with 328 additions and 194 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
def preload(parser):
from argparse import ArgumentParser
def preload(parser: ArgumentParser) -> None:
parser.add_argument(
"--faceswaplab_loglevel",
default="INFO",