summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.py b/main.py
new file mode 100755
index 0000000..3903c79
--- /dev/null
+++ b/main.py
@@ -0,0 +1,9 @@
+#!/usr/bin/python3
+# SPDX-License-Identifier: MIT
+
+
+from cad import assembly
+
+
+if __name__ == '__main__':
+ assembly.main()