mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-22 22:22:02 +00:00
15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
classDiagram
|
|
class Config {
|
|
apply_config(config: dict) None
|
|
finalise_config(config: dict) None
|
|
get_config(config_label: ConfigLabel) dict
|
|
update_config(config_label: ConfigLabel) None
|
|
}
|
|
class IPAddress {
|
|
obj : IPv4Address | IPv6Address
|
|
}
|
|
class Singleton {
|
|
}
|
|
class SingletonProgress {
|
|
}
|