first init

This commit is contained in:
Murasame 2025-07-30 08:14:13 +08:00
parent e7d4521331
commit 2e089d65bf
8 changed files with 555 additions and 2 deletions

11
pyproject.toml Normal file
View file

@ -0,0 +1,11 @@
[project]
name = "mcmotd-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.1",
"flask-cors>=6.0.1",
"mcstatus>=12.0.2",
]