mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-01-30 18:34:35 +00:00
7 lines
108 B
Groff
7 lines
108 B
Groff
|
#!/usr/bin/python3.9
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
from IPython import start_ipython
|
||
|
start_ipython()
|
||
|
|