3 lines
75 B
Python
3 lines
75 B
Python
class Power:
|
|
def __init__(self,value) -> None:
|
|
self.out = value |