fix relative imports

This commit is contained in:
iperov 2021-08-26 09:08:15 +04:00
commit babe7e3215
20 changed files with 27 additions and 27 deletions

View file

@ -2,8 +2,8 @@ from pathlib import Path
from typing import Tuple
import numpy as np
from xlib import cv as lib_cv
from xlib import path as lib_path
from .. import cv as lib_cv
from .. import path as lib_path
from .FramePlayer import FramePlayer