10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00
QUESTDB_website/tools/lib/formats/formatName.py

5 lines
113 B
Python

def formatName(name):
def formatWrapped(Cls):
Cls.__formatName__=name
return Cls
return formatWrapped