Init empty Python project
This commit is contained in:
parent
01af2bf978
commit
e5a8f01aaa
5 changed files with 21 additions and 0 deletions
2
src/e_lovinator_space/__init__.py
Normal file
2
src/e_lovinator_space/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def main() -> None:
|
||||
print("Hello from e-lovinator-space!")
|
||||
Loading…
Reference in a new issue