church_archive_script/Programs/vsgenstubs.py
2023-11-29 16:12:35 +00:00

8 lines
103 B
Python

import sys
import os
sys.path.append(os.path.dirname(__file__))
from vsgenstubs4 import main
main()