sdr-testing/main.py

9 lines
99 B
Python

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