7 lines
96 B
Python
7 lines
96 B
Python
|
from __future__ import unicode_literals
|
||
|
|
||
|
|
||
|
def get_context(context):
|
||
|
# do your magic here
|
||
|
pass
|