Initial commit

This commit is contained in:
Miguel Sozinho Ramalho
2022-06-17 13:25:27 +01:00
commit b3c7ac8e5d
45 changed files with 1726 additions and 0 deletions

0
tests/__init__.py Normal file
View File

2
tests/hello_test.py Normal file
View File

@@ -0,0 +1,2 @@
def test_hello():
print("Hello, World!")