[skip build]
[skip test]
This commit is contained in:
alexey.lysiuk 2023-03-20 13:05:20 +02:00
parent 2012da3eef
commit 3fa275aaf0

View file

@ -25,7 +25,8 @@ from pathlib import Path
from platform import machine from platform import machine
from .state import BuildState from .state import BuildState
from .target import Target, targets from .target import targets
from .target.base import Target
from .utility import ( from .utility import (
OS_VERSION_ARM64, OS_VERSION_ARM64,
OS_VERSION_X86_64, OS_VERSION_X86_64,