mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-03 09:32:42 +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'))
|