gmsg 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gmsg-0.1.6 → gmsg-0.1.7}/PKG-INFO +1 -1
- {gmsg-0.1.6 → gmsg-0.1.7}/gmsg/gmsg.py +2 -2
- {gmsg-0.1.6 → gmsg-0.1.7}/pyproject.toml +1 -1
- {gmsg-0.1.6 → gmsg-0.1.7}/LICENSE +0 -0
- {gmsg-0.1.6 → gmsg-0.1.7}/README.md +0 -0
- {gmsg-0.1.6 → gmsg-0.1.7}/gmsg/__init__.py +0 -0
- {gmsg-0.1.6 → gmsg-0.1.7}/gmsg/api_key.py +0 -0
|
@@ -4,8 +4,8 @@ import tempfile
|
|
|
4
4
|
import subprocess
|
|
5
5
|
from google import genai
|
|
6
6
|
from pathlib import Path
|
|
7
|
-
|
|
8
|
-
from api_key import get_or_set_api_key
|
|
7
|
+
from .api_key import get_or_set_api_key
|
|
8
|
+
# from api_key import get_or_set_api_key
|
|
9
9
|
|
|
10
10
|
GREEN = "\033[92m"
|
|
11
11
|
RED = "\033[91m"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|