35b162fc9d
now it's here
4 lines
No EOL
93 B
Python
4 lines
No EOL
93 B
Python
#put your own filters right here...
|
|
"""Example filter:
|
|
def AddOne(num):
|
|
return num + 1""" |