initial commit

This commit is contained in:
Lucas
2022-03-30 20:41:21 -04:00
parent 82ad0379a0
commit ddbb106946
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
class CalGrab(object):
def __init__(self):
print("Hello")
+3
View File
@@ -0,0 +1,3 @@
from calendar_grabber import CalGrab
CalGrab()