aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/nstools/__init__.py
blob: 34cc0f95742c46943433f3a226be0dfd75311d37 (plain) (blame)
1
2
3
4
5
6
from .nstools import unshare_ns, move_to_ns

__all__ = [
    'unshare_ns',
    'move_to_ns'
]