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

13 lines
226 B
Python

# 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)