bundlewrap/bundles/apt/metadata.py
mwiegand 2eb23a5827 wip
2021-07-13 19:30:45 +02:00

6 lines
85 B
Python

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