libbmc/libbmc/__init__.py

12 lines
231 B
Python
Raw Permalink Normal View History

2016-02-17 16:04:36 +01:00
"""
libbmc
The :mod:`libbmc` is a generic Python library to manage bibliography and play
with scientific papers.
"""
# Global list of valid paper identifier types. See README.md.
__valid_identifiers__ = []
__version__ = "0.2.1"