config: move code from __init__.py into cli.py

This commit is contained in:
InsanePrawn 2022-10-08 04:04:27 +02:00
parent 777b3172d8
commit 33f4a81981
28 changed files with 33 additions and 31 deletions

2
ssh.py
View file

@ -4,7 +4,7 @@ import os
import pathlib
import click
from config import config
from config.state import config
from constants import SSH_COMMON_OPTIONS, SSH_DEFAULT_HOST, SSH_DEFAULT_PORT
from exec.cmd import run_cmd
from wrapper import check_programs_wrap