|
|
|
|
|
by traverseda
1355 days ago
|
|
Having read through the docs Mypyc has a concept of "native classes" and python classes, and it looks like you can use a "native" (compiles) class from regular python and vice-versa. So my reading is that it should be pretty seamless. |
|