#!/usr/bin/env python3

def createSnaphu():
    from .Snaphu import Snaphu
    instance = Snaphu()
    return instance

