mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
7 lines
135 B
Python
7 lines
135 B
Python
#!/usr/bin/env python
|
|
|
|
try:
|
|
from .__version__ import __version__
|
|
except ImportError:
|
|
__version__ = "source"
|
|
__title__ = "jrnl"
|