6 lines
60 B
Python
6 lines
60 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
|
||
|
|
def index(request):
|
||
|
|
pass
|