ISCE_INSAR/components/zerodop/GPUresampslc/__init__.py

6 lines
113 B
Python
Raw Normal View History

2019-01-16 19:40:08 +00:00
#!/usr/bin/env python
def createResampSlc():
from .GPUresampslc import PyResampSlc
return PyResampSlc()