improve set_getters a bit

This commit is contained in:
Fabian Dill
2021-02-25 04:14:46 +01:00
parent f19291aaed
commit e5e70db380
2 changed files with 9 additions and 5 deletions

View File

@@ -13,5 +13,3 @@ lookup_any_location_id_to_name = {**Regions.lookup_id_to_name, **Locations.looku
network_data_package = {"lookup_any_location_id_to_name": lookup_any_location_id_to_name,
"lookup_any_item_id_to_name": lookup_any_item_id_to_name,
"version": 1}
print(network_data_package)