serverboerse/classes/cpu.py

5 lines
145 B
Python
Raw Permalink Normal View History

2021-05-02 10:19:17 +00:00
class CPU:
def __init__(self, name, benchmark, count):
self.name = name
self.benchmark = benchmark
self.count = count