5 lines
90 B
Python
5 lines
90 B
Python
from . import views
|
|
|
|
@views.route('/privacy/')
|
|
def _privacy():
|
|
return 'Privacy Policy' |