terminal/src/tools/vttests/template.py
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

18 lines
606 B
Python

################################################################################
# #
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# #
################################################################################
import sys
import time # time.sleep is in seconds
from common import *
# Run this file with:
# python name-of-file.py
if __name__ == '__main__':
clear_all()
print('This is the VT Test template.')