Files
metabuilder/typthon/Include/enumobject.h
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

18 lines
253 B
C

#ifndef Ty_ENUMOBJECT_H
#define Ty_ENUMOBJECT_H
/* Enumerate Object */
#ifdef __cplusplus
extern "C" {
#endif
PyAPI_DATA(TyTypeObject) PyEnum_Type;
PyAPI_DATA(TyTypeObject) PyReversed_Type;
#ifdef __cplusplus
}
#endif
#endif /* !Ty_ENUMOBJECT_H */