story-teller / main.py
himanshudasmldl's picture
Upload 7 files
22edc61 verified
raw
history blame contribute delete
87 Bytes
def main():
print("Hello from story-app!")
if __name__ == "__main__":
main()