Raiff1982 commited on
Commit
23b6431
·
verified ·
1 Parent(s): 342f817

Update AI_core.py

Browse files
Files changed (1) hide show
  1. 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 ethical_governance 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
 
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