complete document of sub system package_manager.

This commit is contained in:
Liu Zhicong
2023-08-23 13:29:02 -07:00
parent 5454009e7b
commit 1a6cf1ad7a
20 changed files with 524 additions and 388 deletions
+6
View File
@@ -0,0 +1,6 @@
import toml
import os;
directory = os.path.dirname(__file__)
cfg = toml.load(directory + "\pkg.cfg.toml")
print(cfg)