3 lines
104 B
Python
3 lines
104 B
Python
if __name__ == '__main__':
|
|
from IPython.testing import iptestcontroller
|
|
iptestcontroller.main()
|