📦 Relative BreezeX builder module init
This commit is contained in:
@@ -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):
|
||||
Reference in New Issue
Block a user