Files
Python-Computer/Source/Pre_Built_Gates/Power.py
T
2022-03-26 11:21:46 +02:00

3 lines
75 B
Python

class Power:
def __init__(self,value) -> None:
self.out = value