From 454429ba7f21a2de3823d9c52395b6932543a087 Mon Sep 17 00:00:00 2001 From: voldemort <5692900+yell0wsuit@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:01:45 +0700 Subject: [PATCH] Update module docstring in build.py to reflect its purpose as the frontend build file for improved clarity. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 0eaf4ee..40839bb 100644 --- a/build.py +++ b/build.py @@ -1,4 +1,4 @@ -"""Main file to run the application.""" +"""Main file to build the frontend.""" import os import subprocess