Started full rewrite; wrote first DirectorySpec

This commit is contained in:
Jef Roosens 2021-01-15 17:58:29 +01:00
parent 75b5b5b316
commit bb33f7cbbc
9 changed files with 247 additions and 248 deletions

View file

@ -8,7 +8,7 @@ PYTHON=python3.8
'$(PYTHON)' -m venv .venv
.venv/bin/pip install -r requirements.txt -r requirements-dev.txt
venv: .venv/bin/python
venv: .venv/bin/activate
.PHONY: venv
format: venv