In ArcGIS Pro 3.4.3, is it possible to embed multiple Python (*.py) scripts into one tool ToolScript01.atbx?
As well, this is important to have all imported common packages encrypted. Is it possible?
Do not discuss *.pyt file.
project/
├── common/
│ ├── __init__.py
│ ├── config.py # Configuration loading and management
│ ├── arcgis_core.py # Core ArcPy functionality
│ ├── api_core.py # Base API request functionality
│
├ ToolScript01.py