3 lines
77 B
Python
3 lines
77 B
Python
|
|
class Analyzer:
|
||
|
|
def __init__(self):
|
||
|
|
print("Analyzer constructed")
|