summaryrefslogtreecommitdiff
path: root/tools/patman/__init__.py
blob: bfe0f1fe946e78faefcd334c6af396dcac84c9bb (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0+

__all__ = [
    'commit', 'get_maintainer', 'patchstream', 'series', 'settings',
]