mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
from typing import Final
|
|
|
|
binaries: Final[list[tuple[str, str]]] = ...
|
|
|
|
hiddenimports: Final[list[str]] = ...
|
|
excludedimports: Final[list[str]] = ...
|