blueloveTH 2 years ago
parent
commit
2811783712
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/pocketpy/io.h

+ 1 - 0
include/pocketpy/io.h

@@ -28,4 +28,5 @@ struct FileIO {
     static void _register(VM* vm, PyObject* mod, PyObject* type);
 };
 
+} // namespace pkpy
 #endif