study-buddy / main.py
GitHub Actions
deploy d092bea3608b7a29952f16357fda39b7a29e399b
2e818da
Raw
History Blame Contribute Delete
85 Bytes
def main():
print("Hello from backend!")
if __name__ == "__main__":
main()