forked from awendt/pyrelacs
4 lines
58 B
Python
4 lines
58 B
Python
class Sinus:
|
|
def __init__(self) -> None:
|
|
pass
|