sdr-testing/main.py

7 lines
86 B
Python

def main():
print("Hello from sdr-test!")
if __name__ == "__main__":
main()