Initial Commit

This commit is contained in:
2022-03-26 11:21:46 +02:00
commit da7b8cb1ed
124 changed files with 66228 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
class Power:
def __init__(self,value) -> None:
self.out = value