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