Skip to content

Instantly share code, notes, and snippets.

@e-yes
Created August 7, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-yes/9e0c04e8f2a8ef215e95d756d447bda6 to your computer and use it in GitHub Desktop.
Save e-yes/9e0c04e8f2a8ef215e95d756d447bda6 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
"""
FIXME
"""
import logging
log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)
def _main():
pass
if __name__ == "__main__":
logging.basicConfig()
_main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment