diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..2c07333 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11 diff --git a/blur_mosaic_watermark b/blur_mosaic_watermark new file mode 160000 index 0000000..a080ce1 --- /dev/null +++ b/blur_mosaic_watermark @@ -0,0 +1 @@ +Subproject commit a080ce18bd84b336589967abdb6801f6802677ac diff --git a/main.py b/main.py new file mode 100644 index 0000000..4b8e317 --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +def main(): + print("Hello from blur-mosaic-watermark!") + + +if __name__ == "__main__": + main() diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2d10889 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "blur-mosaic-watermark" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.11" +dependencies = []