pi-modem/main.py
2026-06-30 05:49:51 -04:00

7 lines
86 B
Python

def main():
print("Hello from pi-modem!")
if __name__ == "__main__":
main()