File size: 288 Bytes
4106305
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# This file can be empty. Its presence tells Python that the utils directory should be treated as a package, allowing us to import modules from it.

"""
Utilities for InsightFlow AI
"""

# Import persona system for easier access
from utils.persona import PersonaFactory, PersonaReasoning