File: __init__.py

package info (click to toggle)
python-enmerkar 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: python: 642; makefile: 167
file content (4 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (3)
1
2
3
4
# -*- coding: utf-8 -*-
from pkg_resources import get_distribution

__version__ = get_distribution('enmerkar').version