|
@@ -2,15 +2,11 @@ import json
|
|
|
import logging
|
|
|
import os
|
|
|
import uuid
|
|
|
-from pathlib import Path
|
|
|
|
|
|
from posthog import Posthog
|
|
|
|
|
|
import embedchain
|
|
|
-
|
|
|
-HOME_DIR = str(Path.home())
|
|
|
-CONFIG_DIR = os.path.join(HOME_DIR, ".embedchain")
|
|
|
-CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
|
|
|
+from embedchain.constants import CONFIG_DIR, CONFIG_FILE
|
|
|
|
|
|
|
|
|
class AnonymousTelemetry:
|