feat: add interhub bootstrap helper
This commit is contained in:
parent
9fce939d29
commit
6aff34cc5b
11 changed files with 1197 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "ops-hub"
|
||||
version = "0.1.0"
|
||||
description = "Operations / System 1 extension tooling for Inter-Hub"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = []
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["src"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue