#! /usr/bin/env python3
"""Sets the system mode."""

from tabletmode.cli import main


if __name__ == '__main__':
    main()