export_lexemes.py 201 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 #-*- coding:utf-8 -*- from dictionary.export import export_lexemes class Command(BaseCommand): args = 'none' help = 'Temporary export script' def handle(self, **options): export_lexemes()