integrate some generated stubs

This commit is contained in:
Maxim Kurnikov
2018-11-13 20:44:24 +03:00
parent 347c2d270c
commit 6de735a7bb
20 changed files with 669 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
import collections
from typing import Any, Callable, List, Optional, Tuple, Type, Union
from django.apps.config import AppConfig