python_test_project/README.md
2024-11-11 14:12:40 +00:00

24 lines
361 B
Markdown

# python_test_project
Awesome python_test_project created by Projects
## Usage
```py
from python_test_project import BaseClass
from python_test_project import base_function
BaseClass().base_method()
base_function()
```
```bash
$ python -m python_test_project
#or
$ python_test_project
```
## Development
Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.