Wrapper modules underound the toolbox modules, which now have an _ prepended.
diff --git a/Mac/Lib/Carbon/AE.py b/Mac/Lib/Carbon/AE.py
new file mode 100644
index 0000000..0f46017
--- /dev/null
+++ b/Mac/Lib/Carbon/AE.py
@@ -0,0 +1 @@
+from _AE import *
diff --git a/Mac/Lib/Carbon/App.py b/Mac/Lib/Carbon/App.py
new file mode 100644
index 0000000..cc0d46d
--- /dev/null
+++ b/Mac/Lib/Carbon/App.py
@@ -0,0 +1 @@
+from _App import *
diff --git a/Mac/Lib/Carbon/CF.py b/Mac/Lib/Carbon/CF.py
new file mode 100644
index 0000000..4a784c0
--- /dev/null
+++ b/Mac/Lib/Carbon/CF.py
@@ -0,0 +1 @@
+from _CF import *
diff --git a/Mac/Lib/Carbon/Cm.py b/Mac/Lib/Carbon/Cm.py
new file mode 100644
index 0000000..3c8bc33
--- /dev/null
+++ b/Mac/Lib/Carbon/Cm.py
@@ -0,0 +1 @@
+from _Cm import *
diff --git a/Mac/Lib/Carbon/Ctl.py b/Mac/Lib/Carbon/Ctl.py
new file mode 100644
index 0000000..b9dc3ef
--- /dev/null
+++ b/Mac/Lib/Carbon/Ctl.py
@@ -0,0 +1 @@
+from _Ctl import *
diff --git a/Mac/Lib/Carbon/Dlg.py b/Mac/Lib/Carbon/Dlg.py
new file mode 100644
index 0000000..7b22d84
--- /dev/null
+++ b/Mac/Lib/Carbon/Dlg.py
@@ -0,0 +1 @@
+from _Dlg import *
diff --git a/Mac/Lib/Carbon/Drag.py b/Mac/Lib/Carbon/Drag.py
new file mode 100644
index 0000000..a2349d7
--- /dev/null
+++ b/Mac/Lib/Carbon/Drag.py
@@ -0,0 +1 @@
+from _Drag import *
diff --git a/Mac/Lib/Carbon/Evt.py b/Mac/Lib/Carbon/Evt.py
new file mode 100644
index 0000000..7a5ffa6
--- /dev/null
+++ b/Mac/Lib/Carbon/Evt.py
@@ -0,0 +1 @@
+from _Evt import *
diff --git a/Mac/Lib/Carbon/Fm.py b/Mac/Lib/Carbon/Fm.py
new file mode 100644
index 0000000..0f42fdc
--- /dev/null
+++ b/Mac/Lib/Carbon/Fm.py
@@ -0,0 +1 @@
+from _Fm import *
diff --git a/Mac/Lib/Carbon/Help.py b/Mac/Lib/Carbon/Help.py
new file mode 100644
index 0000000..5fca0d7
--- /dev/null
+++ b/Mac/Lib/Carbon/Help.py
@@ -0,0 +1 @@
+from _Help import *
diff --git a/Mac/Lib/Carbon/Icn.py b/Mac/Lib/Carbon/Icn.py
new file mode 100644
index 0000000..b04134c
--- /dev/null
+++ b/Mac/Lib/Carbon/Icn.py
@@ -0,0 +1 @@
+from _Icn import *
diff --git a/Mac/Lib/Carbon/List.py b/Mac/Lib/Carbon/List.py
new file mode 100644
index 0000000..b0d6e22
--- /dev/null
+++ b/Mac/Lib/Carbon/List.py
@@ -0,0 +1 @@
+from _List import *
diff --git a/Mac/Lib/Carbon/Menu.py b/Mac/Lib/Carbon/Menu.py
new file mode 100644
index 0000000..075cb9d
--- /dev/null
+++ b/Mac/Lib/Carbon/Menu.py
@@ -0,0 +1 @@
+from _Menu import *
diff --git a/Mac/Lib/Carbon/Mlte.py b/Mac/Lib/Carbon/Mlte.py
new file mode 100644
index 0000000..b81fbc5
--- /dev/null
+++ b/Mac/Lib/Carbon/Mlte.py
@@ -0,0 +1 @@
+from _Mlte import *
diff --git a/Mac/Lib/Carbon/Qd.py b/Mac/Lib/Carbon/Qd.py
new file mode 100644
index 0000000..227fe98
--- /dev/null
+++ b/Mac/Lib/Carbon/Qd.py
@@ -0,0 +1 @@
+from _Qd import *
diff --git a/Mac/Lib/Carbon/Qdoffs.py b/Mac/Lib/Carbon/Qdoffs.py
new file mode 100644
index 0000000..90a3d2c
--- /dev/null
+++ b/Mac/Lib/Carbon/Qdoffs.py
@@ -0,0 +1 @@
+from _Qdoffs import *
diff --git a/Mac/Lib/Carbon/Qt.py b/Mac/Lib/Carbon/Qt.py
new file mode 100644
index 0000000..8a1585a
--- /dev/null
+++ b/Mac/Lib/Carbon/Qt.py
@@ -0,0 +1 @@
+from _Qt import *
diff --git a/Mac/Lib/Carbon/Res.py b/Mac/Lib/Carbon/Res.py
new file mode 100644
index 0000000..174c040
--- /dev/null
+++ b/Mac/Lib/Carbon/Res.py
@@ -0,0 +1 @@
+from _Res import *
diff --git a/Mac/Lib/Carbon/Scrap.py b/Mac/Lib/Carbon/Scrap.py
new file mode 100644
index 0000000..0dcbd37
--- /dev/null
+++ b/Mac/Lib/Carbon/Scrap.py
@@ -0,0 +1 @@
+from _Scrap import *
diff --git a/Mac/Lib/Carbon/Snd.py b/Mac/Lib/Carbon/Snd.py
new file mode 100644
index 0000000..679f10b
--- /dev/null
+++ b/Mac/Lib/Carbon/Snd.py
@@ -0,0 +1 @@
+from _Snd import *
diff --git a/Mac/Lib/Carbon/Sndihooks.py b/Mac/Lib/Carbon/Sndihooks.py
new file mode 100644
index 0000000..73a3d28
--- /dev/null
+++ b/Mac/Lib/Carbon/Sndihooks.py
@@ -0,0 +1 @@
+from _Sndihooks import *
diff --git a/Mac/Lib/Carbon/TE.py b/Mac/Lib/Carbon/TE.py
new file mode 100644
index 0000000..4351d7a
--- /dev/null
+++ b/Mac/Lib/Carbon/TE.py
@@ -0,0 +1 @@
+from _TE import *
diff --git a/Mac/Lib/Carbon/Win.py b/Mac/Lib/Carbon/Win.py
new file mode 100644
index 0000000..2805772
--- /dev/null
+++ b/Mac/Lib/Carbon/Win.py
@@ -0,0 +1 @@
+from _Win import *