将 .py 和 .pyi 后缀名改为了 .vp 和 .vpi 后缀名

This commit is contained in:
2026-07-30 16:34:26 +08:00
parent 10cefa51ad
commit 20e7289c61
73 changed files with 652 additions and 274 deletions

5
vpsdk/__init__.vp Normal file
View File

@@ -0,0 +1,5 @@
from . import syscall
from . import window
from . import fs
from . import process
from . import dynlib