We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d95568 commit 83a447cCopy full SHA for 83a447c
.python-version
@@ -0,0 +1 @@
1
+3.9
main.py
@@ -0,0 +1,6 @@
+def main():
2
+ print("Hello from superstac!")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
pyproject.toml
@@ -0,0 +1,7 @@
+[project]
+name = "superstac"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.9"
7
+dependencies = []
0 commit comments