complete document of sub system package_manager.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import toml
|
||||
import os;
|
||||
|
||||
directory = os.path.dirname(__file__)
|
||||
cfg = toml.load(directory + "\pkg.cfg.toml")
|
||||
print(cfg)
|
||||
Reference in New Issue
Block a user