1
0
mirror of https://gitlab.com/MisterBiggs/testing-framework-comparison.git synced 2025-06-15 08:56:40 +00:00
2025-05-16 14:35:04 -06:00

7 lines
96 B
Python

def main():
print("Hello from testing-frameworks!")
if __name__ == "__main__":
main()