10 lines
213 B
Python
10 lines
213 B
Python
|
'''
|
||
|
pyatmos atmosclasses subpackage
|
||
|
|
||
|
This subpackage defines a class that facilitates the parameter estimation for various atmosphere model
|
||
|
|
||
|
Class structure:
|
||
|
|
||
|
Coordinate
|
||
|
'''
|
||
|
from .coordinate import Coordinate
|