chuwi-minibook-tablet-mode/setsysmode
2020-03-26 11:47:41 +01:00

8 lines
125 B
Python
Executable file

#! /usr/bin/env python3
"""Sets the system mode."""
from tabletmode.cli import main
if __name__ == '__main__':
main()