mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
5 lines
82 B
Python
5 lines
82 B
Python
#!/usr/bin/env python
|
|
from . import cli
|
|
|
|
if __name__ == "__main__":
|
|
cli.run()
|