17 lines
506 B
Markdown
17 lines
506 B
Markdown
# infra-run/scripts/python
|
|
|
|
This directory is reserved for Python helpers that may later complement the Bash-first operations tooling. It provides a separate place for richer parsing, reporting, or integration logic without mixing languages in the same toolkit directory.
|
|
|
|
## Diagram
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
A["python"]
|
|
click A href "./" "python"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The folder currently contains only a placeholder file.
|
|
- Keeping it explicit now makes future multi-language tooling easier to organize.
|