mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
7 lines
149 B
Python
7 lines
149 B
Python
import midata
|
|
from .midata import *
|
|
import ncutil
|
|
from .dimvariable import DimVariable
|
|
|
|
__all__ = ['ncutil', 'DimVariable']
|
|
__all__ += midata.__all__ |