Update importlib.c

This commit is contained in:
blueloveTH 2025-06-07 01:55:36 +08:00
parent 96f4b9ea44
commit c1e4440a9f

View File

@ -1,3 +1,4 @@
#include "pocketpy/objects/base.h"
#include "pocketpy/pocketpy.h" #include "pocketpy/pocketpy.h"
static bool importlib_reload(int argc, py_Ref argv) { static bool importlib_reload(int argc, py_Ref argv) {