2025-01-12 20:48:10 +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',
]