mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 00:51:53 +08:00
3 lines
93 B
Python
3 lines
93 B
Python
from os import path
|
|
print(path.join(path.dirname(path.abspath(__file__)), 'replstartup.py'))
|