6 lines
122 B
Python
6 lines
122 B
Python
class PSUAssigner:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def psu_chooser(self, budget, path_to_psu_info):
|
|
pass |