kopia lustrzana https://github.com/RobertGawron/IonizationChamber
12 wiersze
163 B
Python
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]
|