Update vm.md

This commit is contained in:
BLUELOVETH 2023-06-24 02:41:18 +08:00 committed by GitHub
parent 970b66f228
commit 13fc501f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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