aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorMole Shang <135e2@135e2.dev>2026-01-24 19:47:41 +0800
committerMole Shang <135e2@135e2.dev>2026-01-24 19:47:41 +0800
commitb45660fbcf5dd22188354bfa0193845e568bda53 (patch)
tree172825ef6e210ce03fc2241395c6cbc389538a2b /main.py
downloadseu-bookstore-b45660fbcf5dd22188354bfa0193845e568bda53.tar.gz
seu-bookstore-b45660fbcf5dd22188354bfa0193845e568bda53.tar.bz2
seu-bookstore-b45660fbcf5dd22188354bfa0193845e568bda53.zip
initial commit
Diffstat (limited to 'main.py')
-rw-r--r--main.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..a08d28b
--- /dev/null
+++ b/main.py
@@ -0,0 +1,6 @@
+def main():
+ print("Hello from bookstore!")
+
+
+if __name__ == "__main__":
+ main()