# Copyright 2017 Facebook, Inc. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. from __future__ import absolute_import from edenscmnative.bindings import lz4 lz4compress = lz4.compress lz4compresshc = lz4.compresshc lz4decompress = lz4.decompress