From 365412aff47ca99ee0db4cea8fa692542ee6ebce Mon Sep 17 00:00:00 2001 From: pythagodzilla Date: Thu, 18 Sep 2025 19:11:07 +0800 Subject: [PATCH] add uv to do meaningless things. Don't have any exactally meaning. --- README.md | 0 log.py | 1 + pyproject.toml | 7 +++++++ 3 files changed, 8 insertions(+) create mode 100644 README.md create mode 100644 log.py create mode 100644 pyproject.toml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/log.py b/log.py new file mode 100644 index 0000000..f09f064 --- /dev/null +++ b/log.py @@ -0,0 +1 @@ +import logger diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1847104 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "physics" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = []