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