#!/usr/bin/env python

def createResampSlc():
    from .GPUresampslc import PyResampSlc
    return PyResampSlc()
