#!/usr/bin/python

from myardu.thermolog import Thermolog
import sys

if __name__ == "__main__":
   thm = Thermolog(sys.argv[1:])
