Skip to content

Commit 4b52804

Browse files
committed
* import restriction
1 parent b909823 commit 4b52804

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyannotating.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
from typing import Optional, Any, Union, Iterable, Self, Protocol, Final, TypeVar, Generic, Type, Callable, _UnionGenericAlias
33

44

5+
__all__ = (
6+
"AnnotationTemplate", "FormalAnnotation", "Special", "Subgroup",
7+
"input_annotation", "number", "many_or_one", "method_of"
8+
)
59

610

711
class _AnnotationFactory(ABC):

0 commit comments

Comments
 (0)