WUT_Computer_Science/code/main.py

8 lines
96 B
Python

from tests import run_tests
def main():
run_tests()
if __name__ == "__main__":
main()