libbmc/libbmc/repositories/__init__.py

6 lines
59 B
Python
Raw Normal View History

from . import arxiv, hal
__all__ = [
"arxiv", "hal"
]