mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 09:08:32 +02:00
9 lines
146 B
Python
9 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
import os
|
|
|
|
try:
|
|
from .__version__ import __version__
|
|
except ImportError:
|
|
__version__ = "source"
|
|
__title__ = "jrnl"
|