initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
.venv
|
||||||
|
.vscode
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3.14
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
def main():
|
||||||
|
print("Hello from stapler!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
[project]
|
||||||
|
name = "stapler"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Static pages as simple as a gzip file"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.14"
|
||||||
|
dependencies = []
|
||||||
Reference in New Issue
Block a user