4 lines
61 B
Python
4 lines
61 B
Python
class Custom:
|
|
def __init__(self):
|
|
print("hello")
|
class Custom:
|
|
def __init__(self):
|
|
print("hello")
|