7 lines
108 B
Python
7 lines
108 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'python3-pycryptodome': {},
|
|
},
|
|
},
|
|
}
|