Files

6 lines
158 B
Python
Raw Permalink Normal View History

"""Shared logger for the fusionagi package; no other fusionagi imports to avoid circular imports."""
import logging
logger = logging.getLogger("fusionagi")