mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
7 lines
108 B
Python
Executable file
7 lines
108 B
Python
Executable file
#!/usr/bin/python3.7
|
|
|
|
if __name__ == '__main__':
|
|
from IPython import start_ipython
|
|
start_ipython()
|
|
|