fix: issues
This commit is contained in:
2
$REPO_NAME_SNAKE/__about__.py
Normal file
2
$REPO_NAME_SNAKE/__about__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
__version__ = "0.0.0"
|
||||
__name__ = "$REPO_NAME_SNAKE"
|
||||
0
$REPO_NAME_SNAKE/__init__.py
Normal file
0
$REPO_NAME_SNAKE/__init__.py
Normal file
5
$REPO_NAME_SNAKE/__main__.py
Normal file
5
$REPO_NAME_SNAKE/__main__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .__about__ import __version__
|
||||
|
||||
|
||||
def cli():
|
||||
print("Hello, world!")
|
||||
Reference in New Issue
Block a user