mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 23:36:11 +01:00
9 lines
102 B
Python
9 lines
102 B
Python
config= {
|
|
"name": "habi",
|
|
"dev": "python"
|
|
}
|
|
|
|
print(config)
|
|
config['klm'] ="tls"
|
|
|
|
print(config) |