1
2
3
4
5
6
# SPDX-License-Identifier: MIT
 
from ._ffi import ffi, lib
 
 
__all__ = ["ffi", "lib"]