mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 20:03:04 +02:00
8 lines
96 B
Python
8 lines
96 B
Python
from tests import run_tests
|
|
|
|
def main():
|
|
run_tests()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|