SeaCogs/issuecards/logger.py
cswimr 73efaae9a5
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 6s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 41s
feat(issuecards): init
2025-03-28 10:25:09 -05:00

3 lines
88 B
Python

from red_commons.logging import getLogger
logger = getLogger("red.SeaCogs.IssueCards")