libbmc/libbmc/papers/__init__.py

8 lines
86 B
Python
Raw Normal View History

from . import identifiers
# TODO: Include tearpages
__all__ = [
"identifiers"
]