generated from Templates/Python
361 B
361 B
python_test_project
Awesome python_test_project created by Projects
Usage
from python_test_project import BaseClass
from python_test_project import base_function
BaseClass().base_method()
base_function()
$ python -m python_test_project
#or
$ python_test_project
Development
Read the CONTRIBUTING.md file.