look_for_msgs = threading.Thread(target=Vkontakte__.import_messages) #, args=(b.get('text'),user__id)
class test:
def init(self):
self.x = 5
def print_(self):
print(self.x)
w = 1
def init():
print(w)
import test
import threading
w = 2
there_is_no_spoon = threading.Thread(target=test.init)
there_is_no_spoon .start()