Fix compiled binaries launch

This commit is contained in:
OleSTEEP 2024-11-08 05:10:23 +03:00
parent d4092b46df
commit 85f1c3776f
8 changed files with 22 additions and 22 deletions

View file

@ -3,7 +3,7 @@ from PIL import Image
import shutil
import os
from .printer import Printer
from unrenapk.printer import Printer
class Extract: