This commit is contained in:
blueloveTH 2023-06-24 03:26:43 +08:00
commit 61ad9838e3

View File

@ -5,6 +5,11 @@ order: 20
---
The `VM` class provides a sandboxed Python environment and a set of APIs for interacting with it.
Using the namespace `PocketPython` before any operations.
```csharp
using PocketPython;
```
### Construction