├── .gitignore ├── LICENSE ├── README.md └── victorian_machinery.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbaines-r7/victorian_machinery/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbaines-r7/victorian_machinery/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbaines-r7/victorian_machinery/HEAD/README.md -------------------------------------------------------------------------------- /victorian_machinery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jbaines-r7/victorian_machinery/HEAD/victorian_machinery.py --------------------------------------------------------------------------------