6 lines
85 B
Python
6 lines
85 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {},
|
|
'sources': set(),
|
|
},
|
|
}
|