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