TSNDep/tsndep/Ops/Def.py
Nique_372 c0c2855891 # Actulizacion importante en el gestor tsndep
- Correcion de export
- Correcion de update\install
- Se agrego las variables ENV con sintaxis "${{}}"
2026-04-27 07:30:55 -05:00

11 lines
351 B
Python

#+------------------------------------------------------------------+
#| Imports |
#+------------------------------------------------------------------+
import click
# Para correr comandos
import subprocess
# Vericiar path
import os
# Comandos
from ..Variables.Vals import CCommondsVariables