# -*- coding: utf-8 -*-
from ..base import SEMLikeCommandLine


class SlicerCommandLine(SEMLikeCommandLine):
    pass
