restructure everything
This commit is contained in:
parent
afb4b62827
commit
fe347d9769
11 changed files with 87 additions and 76 deletions
6
python/pyproject/nixpkgs/cli/src/hello/main.py
Normal file
6
python/pyproject/nixpkgs/cli/src/hello/main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
def main():
|
||||
print("Hello, World!")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue