Add inline comment to __init__.py (#1823)

This commit is contained in:
Fadel Mochammad 2025-05-12 16:15:27 +07:00 committed by GitHub
parent 67cf5b49e1
commit 8211264993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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