10 lines
120 B
Python
10 lines
120 B
Python
|
#!/usr/bin/python
|
||
|
import monkDebug as debug
|
||
|
import sys
|
||
|
import monkTools
|
||
|
import re
|
||
|
|
||
|
|
||
|
def transcode(value):
|
||
|
return value
|