AIEngineering_01 / utils /__init__.py
suh4s
Clean up repository, update docs & Dockerfile, ready for publish
3c2e3e7
raw
history blame contribute delete
344 Bytes
# 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
# This file makes the utils directory a Python package