librarys
from Extra Module
Added on Pylo 4.0
This is an Extra Module.
Is need, Please add pylo.modules.enable("librarys")
to code.
librarys.import()
import library by id
librarys.import("example")
librarys.install()
install library by
id
url (url of pylo script)
librarys.install("example", "https://github.com/DiamondGotCat/Pylo/raw/refs/heads/main/example.pylo")
librarys.remove()
remove library by id
librarys.remove("example")
Last updated