Files
PyGithub/github/Logging.py
T

5 lines
77 B
Python

import logging
def get_logger():
return logging.getLogger('github')