libbmc/libbmc/papers/__init__.py

7 lines
76 B
Python

from . import identifiers
__all__ = [
"identifiers",
"tearpages"
]