Skip to content

Commit

Permalink
chore: root logger defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Guibod committed Feb 17, 2023
1 parent 35d721d commit 08a2c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mightstone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

__version__ = "0.1.3"
__author__ = "Guillaume Boddaert"

import logging

logger = logging.getLogger(__name__)

0 comments on commit 08a2c02

Please sign in to comment.