summaryrefslogtreecommitdiff
path: root/tor-prompt
blob: 1919ddca2b1b25c841c3fcf44bfa4e4179076e55 (plain)
1
2
3
4
5
6
7
8
#!/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()