mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 17:55:07 +00:00
0e707caa56
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
10 lines
193 B
C
10 lines
193 B
C
|
|
/* This module provides the necessary stubs for when dynamic loading is
|
|
not present. */
|
|
|
|
#include "Python.h"
|
|
#include "pycore_importdl.h"
|
|
|
|
|
|
const char *_TyImport_DynLoadFiletab[] = {NULL};
|