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


from cad import assembly


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