3 lines
48 B
Python
3 lines
48 B
Python
def main(request):
|
|
return "hellodfs, world"
|
def main(request):
|
|
return "hellodfs, world"
|