diff options
Diffstat (limited to 'sure_financial/main.py')
| -rw-r--r-- | sure_financial/main.py | 9 |
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() |
