libbmc/libbmc/repositories/__init__.py

6 lines
59 B
Python

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