5 lines
62 B
Python
5 lines
62 B
Python
class Custom:
|
|
|
|
def __init__(self):
|
|
print('hello')
|