Initial commit
This commit is contained in:
4
execute_file_creator.py
Normal file
4
execute_file_creator.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/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())
|
||||
Reference in New Issue
Block a user