SeaCogs/issuecards/logger.py
cswimr fdbc4c0810
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 55s
Actions / Build Documentation (MkDocs) (pull_request) Failing after 1m1s
feat(issuecards): init
2025-03-28 09:56:44 -05:00

3 lines
88 B
Python

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