amiibofindr/amiibofindr/apps/amiibo/management/commands/fetch_price.py

13 lines
226 B
Python
Raw Normal View History

2015-06-23 14:50:53 +00:00
# coding: utf-8
# python3
from __future__ import unicode_literals
# django
from django.core.management.base import BaseCommand
class Command(BaseCommand):
def handle(self, *args, **kwargs):
print(args, kwargs)