2024-05-09 15:14:01 +08:00

10 lines
155 B
Python

"""Public API for the manage_externals library
"""
from manic import checkout
from manic.utils import printlog
__all__ = [
'checkout', 'printlog',
]