3 lines
92 B
Python
3 lines
92 B
Python
|
|
class ContourExtractor:
|
||
|
|
def __init__(self):
|
||
|
|
print("ContourExtractror initiated")
|