Initial commit

This commit is contained in:
nabeel
2026-05-27 13:58:05 +10:00
commit c2202ea0bb
89 changed files with 28855 additions and 0 deletions

1
run_exec.py Normal file
View File

@@ -0,0 +1 @@
import sys; import os; sys.path.insert(0, r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports'); exec(compile(open(r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports\exec_backend_files.py').read(), 'exec_backend_files.py', 'exec'))