config: move code from __init__.py into cli.py
This commit is contained in:
parent
777b3172d8
commit
33f4a81981
28 changed files with 33 additions and 31 deletions
2
ssh.py
2
ssh.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue