This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
1
templates/dev/py-hello/src/hello_world/__init__.py
Normal file
1
templates/dev/py-hello/src/hello_world/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
# This file is intentionally empty.
|
||||
5
templates/dev/py-hello/src/hello_world/__main__.py
Normal file
5
templates/dev/py-hello/src/hello_world/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
def main():
|
||||
print("Hello, world!")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue