from .connection import Connection def get_simple_con(): con = Connection() con.login_basic('admin', 'admin') return con