mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
7 lines
No EOL
109 B
Python
7 lines
No EOL
109 B
Python
import os
|
|
import sys
|
|
|
|
sys.path += [os.path.dirname(__file__)]
|
|
sys.path += ["../"]
|
|
|
|
from package import module |