mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
9 lines
183 B
Python
9 lines
183 B
Python
# Copyright (C) 2012-2022 jrnl contributors
|
|
# License: https://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
import sys
|
|
|
|
from jrnl.cli import cli
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(cli())
|