An open API service indexing awesome lists of open source software.

https://github.com/mingderwang/simplefactory


https://github.com/mingderwang/simplefactory

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Factory Design Pattern

# test
add a .replit file with the following lines
```
language = "python3"
run = "python -m unittest discover -v"
```

# UML
To use https://app.diagrams.net/ to open SimpleFactoryDiagram.drawio file for editing.

# Class Diagram
![](./SimpleFactoryDiagram.png)