cfdp/examples/python-interop/main.py

7 lines
61 B
Python
Executable File

def main():
pass
if __name__ == "__main__":
main()