faceswap/lib/__init__.py
torzdf 1009254c57 logging
- Add standardized class __init__ log function
  - Import logger from lib.__init__ to prevent custom log level errors when running non-fs scripts
2024-03-20 14:19:23 +00:00

5 lines
185 B
Python

#!/usr/bin/env python3
""" Initialization for faceswap's lib section """
# Import logger here so our custom loglevels are set for when executing code outside of FS
from . import logger