ISCE_INSAR/components/zerodop/GPUresampslc/__init__.py

6 lines
113 B
Python

#!/usr/bin/env python
def createResampSlc():
from .GPUresampslc import PyResampSlc
return PyResampSlc()