mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2025-01-02 19:09:19 -07:00
7 lines
149 B
Python
7 lines
149 B
Python
root_option = string(max=255, default='def_string')
|
|
int_option = integer(min=0, max=100)
|
|
|
|
[app]
|
|
sub_option = string(max=255, default='def_sub')
|
|
|