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