apv

- 🐍 advanced python logging 📔
git clone git://git.acid.vegas/apv.git
Log | Files | Refs | Archive | README | LICENSE

__init__.py (194B)

      1 #!/usr/bin/env python3
      2 # Advanced Python Logging - Developed by acidvegas in Python (https://git.acid.vegas/apv)
      3 # apv/__init__.py
      4 
      5 from apv.apv import setup_logging
      6 
      7 __all__ = ['setup_logging']