Odyseus

Results 1 issues of Odyseus

Hello, everybody. Given the following class... ```python class ClassName(): """Summary Attributes ---------- attr1 : TYPE Description attr3 : TYPE Description """ attr1 = None attr2: str = None def __init__(self):...