📦 Relative BreezeX builder module init

This commit is contained in:
ful1e5
2021-04-23 17:19:45 +05:30
parent 4dc23265f5
commit 7e5e029432
5 changed files with 5 additions and 3 deletions
@@ -4,9 +4,10 @@
from pathlib import Path
from typing import Any, Dict, Tuple, TypeVar, Union
from bxpkg.constants import WIN_CURSORS_CFG, WIN_DELAY, X_CURSORS_CFG, X_DELAY
from clickgen.util import PNGProvider
from .constants import WIN_CURSORS_CFG, WIN_DELAY, X_CURSORS_CFG, X_DELAY
X = TypeVar("X")
@@ -7,8 +7,9 @@ from typing import Any, Dict, NamedTuple
from clickgen.builders import WindowsCursor, XCursor
from clickgen.core import CursorAlias
from clickgen.packagers import WindowsPackager, XPackager
from bxpkg.constants import AUTHOR, URL
from bxpkg.symlinks import add_missing_xcursor
from .constants import AUTHOR, URL
from .symlinks import add_missing_xcursor
class Info(NamedTuple):