#!venv/bin/python # SPDX-License-Identifier: MIT from cad import assembly if __name__ == '__main__': assembly.main()