Replace tpo git repository URL by gitlab
[stem.git] / tor-prompt
blob1919ddca2b1b25c841c3fcf44bfa4e4179076e55
1 #!/usr/bin/env python
2 # Copyright 2014-2017, Damian Johnson and The Tor Project
3 # See LICENSE for licensing information
5 import stem.interpreter
7 if __name__ == '__main__':
8 stem.interpreter.main()