package main

import (
	"sshtunnel"
)


func main() {
	var sshClient = &sshtunnel.Client{};

	sshClient.Start()
}
