gault-millau/apps/transfer/utils.py
littlewolf cf7184d7ac Switch transfer standard
Add utils
Add -d key
2019-10-03 00:29:19 +03:00

7 lines
173 B
Python

from collections import OrderedDict
def transfer_objects(app, transfer_card):
for model, card in transfer_card.items():
print(model)
print(f"\t{card}")