app/main.py
2026-01-18 16:32:50 -06:00

7 lines
81 B
Python

def main():
print("Hello from app!")
if __name__ == "__main__":
main()