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