12 lines
No EOL
173 B
Python
12 lines
No EOL
173 B
Python
'''
|
|
Created on 15.11.2013
|
|
|
|
@author: Philipp Rauch
|
|
@version: 0.01
|
|
'''
|
|
import threading
|
|
import Queue
|
|
import swich
|
|
from API import Buffer as buf
|
|
|
|
foo = swich.Swich(swich.MYSQL) |