1
0
Fork 0
design-patterns/python/README.md

8 lines
179 B
Markdown

# how to
To run the Python examples in this directory, navigate to the specific example folder and execute the following command:
```bash
make -s test ## 运行所有示例
```