Sanjayraju30 commited on
Commit
325c0d4
Β·
verified Β·
1 Parent(s): 7ef7e24

Create project_structure

Browse files
Files changed (1) hide show
  1. project_structure +8 -0
project_structure ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ your_project/
2
+ β”œβ”€β”€ app.py
3
+ β”œβ”€β”€ requirements.txt
4
+ β”œβ”€β”€ modules/
5
+ β”‚ β”œβ”€β”€ ai_engine.py
6
+ β”‚ β”œβ”€β”€ simulator.py
7
+ β”‚ β”œβ”€β”€ salesforce_integration.py
8
+ β”‚ └── visuals.py (optional if you break out visuals)