8 lines
116 B
Python
8 lines
116 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'ppp': {},
|
|
'pppoe': {},
|
|
},
|
|
},
|
|
}
|