monk/monk/codeMarkDown/MD_Specification.py
2019-09-28 13:56:12 +02:00

18 lines
246 B
Python

#!/usr/bin/python
from realog import debug
import sys
import monkTools
import re
##
## @brief Transcode thales specification ...
## @param[in] value String to transform.
## @return Transformed string.
##
def transcode(value):
return value