9 lines
75 B
Python
9 lines
75 B
Python
|
|
class CalGrab(object):
|
|
|
|
def __init__(self):
|
|
print("Hello")
|
|
|
|
|
|
|