Skip to content

Commit 7eb085a

Browse files
Add info folder with module explanations
- Added a new 'info/' directory to organize explanatory .txt files for each functional Python script. - Each file (e.g., utils_info.txt, run_info.txt, report_info.txt) contains beginner-friendly, line-by-line explanations. - This addition improves maintainability, onboarding, and understanding of the codebase.
1 parent 052f523 commit 7eb085a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/run_info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IMPORTING NECESSARY MODULES
2-
2+
33
from flask import Flask, request, jsonify
44
# 'flask' is a micro web framework used to build web apps/APIs
55
# 'Flask' creates the app

0 commit comments

Comments
 (0)