3 lines
74 B
Python
3 lines
74 B
Python
|
|
class Exporter:
|
||
|
|
def __init__(self):
|
||
|
|
print("Layer constructed")
|