First stab at setuptools
[munter.git] / tests / test.py
diff --git a/tests/test.py b/tests/test.py
new file mode 100755 (executable)
index 0000000..bf5b01b
--- /dev/null
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+import munter
+
+est = munter.time_calc(3.2, 2300, 'uphill', 'imperial')
+print("Time Estimate: %s hours" % est['time'])