mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 21:38:45 +00:00
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
python
|
|
import sys
|
|
sys.path.append('python/gdbpp/')
|
|
import gdbpp
|
|
end
|