5 lines
100 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: logger_name
# key: ln
# --
logger = logging.getLogger(${1:__name__})