Skip to content

Instantly share code, notes, and snippets.

@matiasmedina5
Created February 6, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiasmedina5/17af864815ec0e228e4b0adb7df15681 to your computer and use it in GitHub Desktop.
Save matiasmedina5/17af864815ec0e228e4b0adb7df15681 to your computer and use it in GitHub Desktop.
from Measure import Measure
__author__ = "Matias Medina"
__date__ = "$08/07/2016 03:55:35 PM$"
if __name__ == "__main__":
print "Processing..."
measure = Measure()
measure.runScript()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment