vdc/vdc.py

5 строки
103 B
Python

#!/usr/bin/env python3
if __name__ == '__main__':
from executables.vdc_exec import main
main()