45171e7eeb8d18fd174d962a74abc9c46ffc66c4
[mussa.git] / qui / threading / InterpreterThread.cpp
1 #include "py/python.hpp"
2 #include "qui/threading/InterpreterThread.hpp"
3 #include "qui/threading/ThreadManager.hpp"
4
5 void InterpreterThread::run()
6 {
7   get_py().interpreter();
8 }
9
10 InterpreterThread::InterpreterThread()
11 {
12 }