wylark
/
munter.git
/ blob
bf5b01b538b79a7817ed17decb1c89c3d669fcf7
[munter.git]
/
tests
/
test.py
1
#! /usr/bin/env python
2
# -*- coding: utf-8 -*-
3
import
munter
4
5
est
=
munter
.
time_calc
(
3.2
,
2300
,
'uphill'
,
'imperial'
)
6
print
(
"Time Estimate:
%s
hours"
%
est
[
'time'
])