restructure everything
This commit is contained in:
parent
afb4b62827
commit
17af2afb46
11 changed files with 87 additions and 76 deletions
1
python/pyproject/nixpkgs/cli/src/hello/__init__.py
Normal file
1
python/pyproject/nixpkgs/cli/src/hello/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from .main import *
|
||||
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