Chapter 13 modelling space initial.

This commit is contained in:
Danny Staple
2022-11-03 14:16:08 +00:00
parent 1b8533b459
commit be368a6644
11 changed files with 398 additions and 0 deletions
@@ -0,0 +1,15 @@
[tool.poetry]
name = "modelling-space"
version = "0.1.0"
description = ""
authors = ["Danny Staple <danny@orionrobots.co.uk>"]
readme = "README.md"
packages = [{include = "modelling_space"}]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"