Files
oopt-gnpy/gnpy/core/units.py
James Powell 2be616411f fix headers
2018-10-14 20:55:00 -04:00

6 lines
85 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
UNITS = {'m': 1,
'km': 1E3}