This commit is contained in:
SouthFox 2022-11-16 15:09:05 +08:00
commit 8ee9f30f1e
4 changed files with 15 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
TODO

0
app/__init__.py Normal file
View file

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[tool.poetry]
name = "foxhole"
version = "0.1.0"
description = ""
authors = ["SouthFox <master@southfox.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0
tests/__init__.py Normal file
View file