one fable-low hijack cell
pair factory-made / python
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
# Factory Pattern in Python 🏭
The **Factory pattern** creates objects without exposing the instantiation logic to the client.
## Simple Factory
```python
from abc import ABC, abstractmethod
class
neighbors