7 lines
134 B
Python
Executable File
7 lines
134 B
Python
Executable File
from django.apps import AppConfig
|
|
from watson import search as watson
|
|
|
|
|
|
class NgramViewerConfig(AppConfig):
|
|
name = 'ngram_viewer'
|