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 = []