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