bundlewrap/bundles/apt/metadata.py
mwiegand d2c1c6ab0d wip
2021-08-13 01:19:31 +02:00

6 lines
85 B
Python

defaults = {
'apt': {
'packages': {},
'sources': set(),
},
}