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