camp/photologue/__init__.py

6 lines
102 B
Python
Raw Normal View History

2025-03-24 11:35:33 +00:00
import os
__version__ = '3.18.dev0'
PHOTOLOGUE_APP_DIR = os.path.dirname(os.path.abspath(__file__))