kopia lustrzana https://github.com/micropython/micropython-lib
10 wiersze
195 B
Python
10 wiersze
195 B
Python
![]() |
metadata(
|
||
|
version="0.1.0",
|
||
|
description="Support for creating MicroPython virtual environments using `micropython -m venv`",
|
||
|
)
|
||
|
|
||
|
require("argparse")
|
||
|
require("mip-cmdline")
|
||
|
|
||
|
package("venv")
|