church_archive_script/Programs/vsgenstubs.py

9 lines
103 B
Python
Raw Permalink Normal View History

2023-11-29 16:12:35 +00:00
import sys
import os
sys.path.append(os.path.dirname(__file__))
from vsgenstubs4 import main
main()