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