python_test_project/README.md

24 lines
361 B
Markdown
Raw Permalink Normal View History

2024-11-11 06:12:40 -08:00
# python_test_project
2024-11-11 06:11:21 -08:00
2024-11-11 06:12:40 -08:00
Awesome python_test_project created by Projects
2024-11-11 06:11:21 -08:00
## Usage
```py
2024-11-11 06:12:40 -08:00
from python_test_project import BaseClass
from python_test_project import base_function
2024-11-11 06:11:21 -08:00
BaseClass().base_method()
base_function()
```
```bash
2024-11-11 06:12:40 -08:00
$ python -m python_test_project
2024-11-11 06:11:21 -08:00
#or
2024-11-11 06:12:40 -08:00
$ python_test_project
2024-11-11 06:11:21 -08:00
```
## Development
Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.