sprint/Main/management/commands/update_languages.py
2021-11-02 23:33:38 +03:00

9 lines
167 B
Python

from django.core.management.base import BaseCommand
class Command(BaseCommand):
help = 'Updates languages'
def handle(self, *args, **options):
pass