summaryrefslogtreecommitdiff
path: root/sure_financial/main.py
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
commitbd3664c6315dca15d15bdf4d4a6342b2131e041c (patch)
tree1c6e326bc935e4bd78490f7f495757198dd826c2 /sure_financial/main.py
Diffstat (limited to 'sure_financial/main.py')
-rw-r--r--sure_financial/main.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/sure_financial/main.py b/sure_financial/main.py
new file mode 100644
index 0000000..47d16d7
--- /dev/null
+++ b/sure_financial/main.py
@@ -0,0 +1,9 @@
+import pdfplumber
+import re
+
+def main():
+ print("Hello from sure-financial!")
+
+
+if __name__ == "__main__":
+ main()