9 lines
103 B
Python
9 lines
103 B
Python
|
import sys
|
||
|
import os
|
||
|
|
||
|
sys.path.append(os.path.dirname(__file__))
|
||
|
|
||
|
from vsgenstubs4 import main
|
||
|
|
||
|
main()
|