mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
8 lines
97 B
Python
8 lines
97 B
Python
|
|
class Unit(object):
|
|
|
|
def __init__(self, name):
|
|
"""
|
|
|
|
:param name:
|
|
""" |