IonizationChamber/Simulation/physical_layer.py

12 wiersze
163 B
Python

class PhysicalLayer:
def __init__(self, config):
pass
def connect(self):
pass
def getData(self):
return [1, 2, 3, 4, 5, 9]