summaryrefslogtreecommitdiffstats
path: root/main.py
blob: 3be7d41a7b8216610e78616c3c93e2374a656282 (plain)
1
2
3
4
5
6
7
8
9
#!venv/bin/python
# SPDX-License-Identifier: MIT


from cad import assembly


if __name__ == '__main__':
    assembly.main()