2026-04-25 10:54:00 -05:00
|
|
|
#+------------------------------------------------------------------+
|
|
|
|
|
#| Imports |
|
|
|
|
|
#+------------------------------------------------------------------+
|
|
|
|
|
import click
|
|
|
|
|
# Para correr comandos
|
|
|
|
|
import subprocess
|
|
|
|
|
# Vericiar path
|
2026-04-27 07:30:55 -05:00
|
|
|
import os
|
|
|
|
|
# Comandos
|
|
|
|
|
from ..Variables.Vals import CCommondsVariables
|
|
|
|
|
|