Вынес все модули в отдельный каталог modules
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
Демонстрирует прямое использование PostgreSQLOperations без основного класса ssh
|
||||
"""
|
||||
import config
|
||||
from ssh_base import SSHBase
|
||||
from postgresql import PostgreSQLOperations
|
||||
from modules.ssh_base import SSHBase
|
||||
from modules.postgresql import PostgreSQLOperations
|
||||
|
||||
|
||||
def example_basic_usage():
|
||||
|
||||
Reference in New Issue
Block a user