""" Interface for the Polyline library. """ from .polyline import decode, encode __all__ = ['decode', 'encode']