Initial commit: add .gitignore and README
This commit is contained in:
5
fusionagi/_logger.py
Normal file
5
fusionagi/_logger.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Shared logger for the fusionagi package; no other fusionagi imports to avoid circular imports."""
|
||||
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger("fusionagi")
|
||||
Reference in New Issue
Block a user