Update AI_core.py
Browse files- AI_core.py +1 -1
AI_core.py
CHANGED
@@ -3,7 +3,7 @@ import json
|
|
3 |
from typing import Optional
|
4 |
|
5 |
# === Core Imports from Your Modules === #
|
6 |
-
from
|
7 |
from sentiment_analysis import EnhancedSentimentAnalyzer
|
8 |
from elements import Element # You may have multiple Element types
|
9 |
from self_improving_ai import SelfImprovingAI
|
|
|
3 |
from typing import Optional
|
4 |
|
5 |
# === Core Imports from Your Modules === #
|
6 |
+
from ethics import EthicalAIGovernance
|
7 |
from sentiment_analysis import EnhancedSentimentAnalyzer
|
8 |
from elements import Element # You may have multiple Element types
|
9 |
from self_improving_ai import SelfImprovingAI
|