Vintage python utility modules used by Linden Lab, the creators of Second Life.
Install llbase:
pip install llbase
Use it:
from llbase.config import Config
config = Config("./config.xml")
print(config.get("my-setting"))
Vintage python utility modules used by Linden Lab, the creators of Second Life.
Install llbase:
pip install llbase
Use it:
from llbase.config import Config
config = Config("./config.xml")
print(config.get("my-setting"))