Initial commit
This commit is contained in:
11
run_file_creator.py
Normal file
11
run_file_creator.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Direct Python runner to create all files without shell execution"""
|
||||
import sys
|
||||
import os
|
||||
|
||||
# Change to project directory
|
||||
os.chdir(r'C:\Users\Nabeel\Nextcloud\Projects\firefly_reports')
|
||||
|
||||
# Import and run the create_all_files script
|
||||
import create_all_files
|
||||
print("\n✅ All source files created successfully!")
|
||||
Reference in New Issue
Block a user