mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
8 lines
158 B
Python
8 lines
158 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
from __future__ import absolute_import, unicode_literals
|
|
from . import cli
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli.run()
|