from network.ValhallaServer import ValhallaServer server = ValhallaServer(server_address="http://localhost", server_port=str(5000), server_user="user", server_access_password="sekret_password", logging_level="DEBUG") server.authenticate() # vim:ft=py