3 lines
82 B
Python
3 lines
82 B
Python
if __name__ == '__main__':
|
|
from qtconsole.qtconsoleapp import main
|
|
main()
|