mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +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.
|