1# Constants used in communication between RemoteAccess and Monitor
2
3READLINE = 'READLINE\n'
4KEYBOARDINTERRUPT = 'KEYBOARDINTERRUPT\n'
5DONE = 'DONE\n'
6LOCALHOST = '127.0.0.1'
7#HEAPYPORT = 8834
8HEAPYPORT = 3546
9