wylark
/
munter.git
/ blob
5008334d4bf8691469d47d2eabef4d18f4ecd93c
[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
,
'average'
,
'uphill'
,
'imperial'
)
6
print
(
"Time Estimate:
%s
hours"
%
est
[
'time'
])