├── LICENSE ├── README.md ├── before.py ├── with_dataclasses.py ├── with_protocol.py └── with_tuple.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/README.md -------------------------------------------------------------------------------- /before.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/before.py -------------------------------------------------------------------------------- /with_dataclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/with_dataclasses.py -------------------------------------------------------------------------------- /with_protocol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/with_protocol.py -------------------------------------------------------------------------------- /with_tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArjanCodes/2021-pythonic-factory/HEAD/with_tuple.py --------------------------------------------------------------------------------