mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* add simplify plugin for flakeheaven * update lock file * fix linting issues in current codebase
10 lines
282 B
Python
10 lines
282 B
Python
# Copyright © 2012-2022 jrnl contributors
|
|
# License: https://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
from jrnl.messages import Message
|
|
from jrnl.messages import MsgStyle
|
|
from jrnl.messages import MsgText
|
|
|
|
Message = Message.Message
|
|
MsgStyle = MsgStyle.MsgStyle
|
|
MsgText = MsgText.MsgText
|