stem/tor-prompt

9 lines
199 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
# Copyright 2014-2017, Damian Johnson and The Tor Project
# See LICENSE for licensing information
import stem.interpreter
if __name__ == '__main__':
stem.interpreter.main()