Ready to clone and code.

This commit is contained in:
simon
2024-11-11 14:12:40 +00:00
committed by github-actions[bot]
parent e0913490c3
commit a01f457da3
18 changed files with 52 additions and 53 deletions

View File

@@ -1,21 +1,21 @@
# project_name
# python_test_project
project_description
Awesome python_test_project created by Projects
## Usage
```py
from project_name import BaseClass
from project_name import base_function
from python_test_project import BaseClass
from python_test_project import base_function
BaseClass().base_method()
base_function()
```
```bash
$ python -m project_name
$ python -m python_test_project
#or
$ project_name
$ python_test_project
```
## Development