ISCE_INSAR/components/zerodop/bistaticgeo2rdr/__init__.py

6 lines
99 B
Python

#!/usr/bin/env python3
def createGeo2rdr():
from .Geo2rdr import Geo2rdr
return Geo2rdr()