fix relative imports

This commit is contained in:
iperov 2021-08-26 09:00:52 +04:00
commit ad5730c3ca
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import numpy as np
from PyQt6.QtGui import *
from xlib.image import ImageProcessor
from ...image import ImageProcessor
def QPixmap_from_np(image : np.ndarray):