docs: add docs for passbook_user_debug

This commit is contained in:
Jens Langhammer
2020-09-14 21:53:32 +02:00
parent 40614a65fc
commit b3262e2a82
10 changed files with 29 additions and 10 deletions

View File

@ -1,7 +1,6 @@
"""policy structures"""
from __future__ import annotations
from dataclasses import field
from typing import TYPE_CHECKING, Dict, List, Optional, Tuple
from django.db.models import Model