Files
Python-Computer/Source/Pre_Built_Gates/Power.py
T

3 lines
77 B
Python

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