1
0
Fork 0

refactor: fix imports

This commit is contained in:
Kim, Jimin 2023-03-05 17:29:28 +09:00
parent 0ccd87f9c9
commit e370ba826b

View file

@ -4,7 +4,7 @@ import os
import shutil
from glob import glob
from log import info, BOLD, END, GREEN
from log import err
DIST_DIR = "./dist"
@ -28,7 +28,7 @@ def make_osk():
if os.path.isfile("POMP.zip"):
os.rename("POMP.zip", "POMP.osk")
else:
print_error("cannot find zip file to convert to osk file :(")
err("cannot find zip file to convert to osk file :(")
def copy_all(