Files
simplePCBuilding-PC-Configu…/bin/config/storage.py
2022-05-23 16:02:46 +02:00

7 lines
159 B
Python

class StorageAssigner:
def __init__(self):
pass
def storage(self, budget, storage_amount, storage_config, path_to_storage_file):
pass