mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 01:32:21 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
UNITS = {'m': 1,
|
|
'km': 1E3}
|