Entropyk/test_port_logic.py

6 lines
92 B
Python

def check():
print("Testing equation sums")
if __name__ == '__main__':
check()