mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-14 15:57:07 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
|
from __future__ import unicode_literals
|
||
|
from django.shortcuts import render
|
||
|
|
||
|
# Create your views here.
|