6 lines
72 B
Python
6 lines
72 B
Python
#!/usr/bin/python3
|
|
|
|
def home(request, **args):
|
|
|
|
return "Hello ajaaax"
|
|
|