8 lines
290 B
Python
8 lines
290 B
Python
|
|
#+------------------------------------------------------------------+
|
||
|
|
#| Imports |
|
||
|
|
#+------------------------------------------------------------------+
|
||
|
|
import click
|
||
|
|
# Para correr comandos
|
||
|
|
import subprocess
|
||
|
|
# Vericiar path
|
||
|
|
import os
|