From 82112649932db0bedc509dee2fbabe0923b0ce24 Mon Sep 17 00:00:00 2001 From: Fadel Mochammad Date: Mon, 12 May 2025 16:15:27 +0700 Subject: [PATCH] Add inline comment to __init__.py (#1823) --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/__init__.py b/__init__.py index f966524b..2c020df7 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,6 @@ +```python +# This file is the entry point for the ComfyUI-Manager package, handling CLI-only mode and initial setup. +``` import os import sys