Files
firefly_reports/execute_file_creator.py
2026-05-27 13:58:05 +10:00

5 lines
208 B
Python

#!/usr/bin/env python3
import sys
sys.path.insert(0, r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports')
exec(open(r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports\inline_file_creator.py').read())