Skip to content

Overview

Project Layout

app
├── __init__.py
├── analytics
│   ├── __init__.py
│   ├── analytics.py
│   ├── resource_import.py
│   ├── rpc_client.py
│   ├── search_stats.py
│   └── spellcheck.py
├── api
│   ├── __init__.py
│   ├── auth.py
│   ├── util.py
│   ├── v1
│   │   ├── __init__.py
│   │   ├── api.py
│   │   ├── endpoints
│   │   │   ├── __init__.py
│   │   │   ├── analytics.py
│   │   │   ├── collections.py
│   │   │   ├── demo.py
│   │   │   ├── languagetool.py
│   │   │   ├── learning_materials.py
│   │   │   └── stats.py