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