15 lines
197 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <tactility/module.h>
#ifdef __cplusplus
extern "C" {
#endif
extern struct Module py32ioexpander_module;
#ifdef __cplusplus
}
#endif