refactor
This commit is contained in:
@@ -45,9 +45,10 @@ uv run pytest
|
||||
## Usage
|
||||
|
||||
```python
|
||||
from {{ cookiecutter.package_name }} import hello
|
||||
from {{ cookiecutter.package_name }}.core import say_hello
|
||||
|
||||
print(hello())
|
||||
say_hello() # prints: Hello, World!
|
||||
say_hello("Alice") # prints: Hello, Alice!
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user