mirror of
https://gitlab.com/MisterBiggs/testing-framework-comparison.git
synced 2025-06-15 08:56:40 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
def main():
|
|
print("Hello from testing-frameworks!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|