Initial commit
This commit is contained in:
commit
4cc8b53855
8 changed files with 494 additions and 0 deletions
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
7
src/__main__.py
Normal file
7
src/__main__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
def main() -> None:
|
||||
"""Program entrypoint."""
|
||||
print("Hello from task1!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue