8 lines
238 B
Python
Executable file
8 lines
238 B
Python
Executable file
#!/home/teg/Documents/sp-hydra-veil-gui/myenv/bin/python3.12
|
|
# Copyright 2014-2017, Damian Johnson and The Tor Project
|
|
# See LICENSE for licensing information
|
|
|
|
import stem.interpreter
|
|
|
|
if __name__ == '__main__':
|
|
stem.interpreter.main()
|