RAiDER
RAiDER copied to clipboard
Remove weather model classes from models.__init__
Will need to access them via their sub-packages, like:
from RAiDER.models.hres import HRES
instead of
from RAiDER.models import HRES
fixes #608