Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenPCDet
ce26ea1abbdf988fd16205fef8d606e7eae7c79a
"examples/llm/vscode:/vscode.git/clone" did not exist on "d675d2218e5b271e8434cd03bb3384a2641f12b1"
ce26ea1abbdf988fd16205fef8d606e7eae7c79a
Switch branch/tag
openpcdet
tools
_init_path.py
Find file
Normal view
History
Permalink
_init_path.py
36 Bytes
Edit
Web IDE
Newer
Older
add _init_path.py for using multiple PCDet in the same environment
Shaoshuai Shi
committed
Nov 24, 2021
1
2
import
sys
sys
.
path
.
insert
(
0
,
'../'
)