All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.typing$py.class Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
????1
?f$0R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;org/python/core/PyFramesetline(I)V

__future__	java/lang/Stringabsolute_import
unicode_literalsorg/python/core/imp
importFrom\(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
setlocal/(Ljava/lang/String;Lorg/python/core/PyObject;)V
abc	importOneH(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
abstractmethod!abstractproperty#collections%	functools're)importOneAs+
,	stdlib_re.sys0types2collections.abc4collections_abc6org/python/core/Py8setExceptionM(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException;:;
9<ImportError>getname.(Ljava/lang/String;)Lorg/python/core/PyObject;@A
Borg/python/core/PyExceptionDmatch(Lorg/python/core/PyObject;)ZFG
EHjava/lang/ThrowableJorg/python/core/PyListLorg/python/core/PyObjectNAnyPorg/python/core/PyUnicodeRfromInterned/(Ljava/lang/String;)Lorg/python/core/PyUnicode;TU
SVCallableXClassVarZGeneric\Optional^Tuple`TypebTypeVardUnionfAbstractSethGenericMetaj
ByteStringl	ContainernContextManagerpHashabler	ItemsViewtIterablevIteratorxKeysViewzMapping|MappingView~MutableMapping?MutableSequence?
MutableSet?Sequence?Sized?
ValuesView?
Reversible?SupportsAbs?SupportsComplex?
SupportsFloat?SupportsInt?Counter?Deque?Dict?DefaultDict?List?Set?	FrozenSet?
NamedTuple?	Generator?AnyStr?cast?get_type_hints?NewType?
no_type_check?no_type_check_decorator?overload?Text?
TYPE_CHECKING?([Lorg/python/core/PyObject;)V??
M?__all__?EmptyObjectsorg/python/core/PyObject;??	9?org/python/core/PyFunction?	f_globalsLorg/python/core/PyObject;??	?_qualname$1	getglobal?A
?version_info?__getattr__?A
O?
newInteger(I)Lorg/python/core/PyInteger;??
9?__getslice__j(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;??
O?org/python/core/PyTuple?
??_ge6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;??
O?__nonzero__()Z??
O?getlocal(I)Lorg/python/core/PyObject;??
?__qualname__?f_lastiI??	?__name__?	typing$py?Lorg/python/core/PyCode;??	??j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V??
??	_qualname?_trim_name$2
_TypeAlias?_ForwardRef?_TypingBase_FinalTypingBase(ILorg/python/core/PyObject;)V

startswith_
__call__S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
O_notin?
O??	?
_trim_nametype
TypingMetaTypingMeta$3
__module____doc__?Metaclass for most types defined in typing module
    (not a part of public API).

    This also defines a dummy constructor (all the work for most typing
    constructs is done in __new__) and a nicer repr().
     False"_is_protocol$	__new__$4super'm(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;)
O*__new__,str.?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;0
O1&?	?3assert_no_subclassing$5__iter__()Lorg/python/core/PyObject;67
O8
isinstance:	TypeError<Cannot subclass %s>, @joinBmapD
_type_reprF()H_modJ?
OK
makeException9(Lorg/python/core/PyObject;)Lorg/python/core/PyException;MN
9O__iternext__Q7
ORNoneT?	9U5?	?WclassmethodYassert_no_subclassing[
__init__$6]?	?^__init__`_eval_type$7'Override this in subclasses to interpret forward references.

        For example, List['C'] is internally stored as
        List[_ForwardRef('C')], which should evaluate to List[C],
        where C is an object found in globalns or localns (searching
        localns first, of course).
        cb?	?e
_eval_typeg_get_type_vars$8i?	?j_get_type_varsl
__repr__$9%s.%son?	?q__repr__sgetf_localsu7
v?	?x	makeClassa(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject;z{
9|java/util/Arrays~fill(([Ljava/lang/Object;Ljava/lang/Object;)V??
?object?_TypingBase$100Internal indicator of special typing constructs.?
__metaclass__?__weakref__?	__slots__?__init__$11??	??
__new__$12?Constructor.

        This only exists to give a better error message in case
        someone tries to subclass a special typing object (not a good idea).
        ?len?_eq??
O?__getitem__??
O?tuple?Cannot subclass %r???	??
_eval_type$13??	??_get_type_vars$14??	??__repr__$15??	??__call__$16Cannot instantiate %r???	????	??_FinalTypingBase$17?Internal mix-in class to prevent instantiation.

    Prevents instantiation unless _root=True is given in class call.
    It is used to create pseudo-singleton instances Any, Union, Optional, etc.
    ?
__new__$18
_callextra~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;??
O?_root?_in??
O?True?_is??
O???	??
__reduce__$19??	??
__reduce__???	??_ForwardRef$20-Internal wrapper to hold a forward reference.?__forward_arg__?__forward_code__?__forward_evaluated__?__forward_value__?__init__$21
basestring?__not__?7
O?,Forward reference must be a string -- got %r?compile??eval??(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;?
O?SyntaxError?1Forward reference must be an expression -- got %r?__setattr__?
O?T??	??
_eval_type$22_isnot??
O?org/python/core/PyDictionary?
??_type_check?*Forward references must evaluate to types.???	?	__eq__$23NotImplemented?	?__eq____hash__$24hash
	?	?__hash____instancecheck__$254Forward references cannot be used with isinstance().?	?__instancecheck____subclasscheck__$264Forward references cannot be used with issubclass().?	?__subclasscheck____repr__$27_ForwardRef(%r)?	?!??	?#
_TypeAlias$28:Internal helper class for defining generic variants of concrete types.

    Note that this is not a type; let's call it a pseudo-type.  It cannot
    be used in instance and subclass checks in parameterized form, i.e.
    ``isinstance(42, Match[str])`` raises ``TypeError`` instead of returning
    ``False``.
    &name(type_var*	impl_type,type_checker.__init__$29tInitializer.

        Args:
            name: The name, e.g. 'Pattern'.
            type_var: The type parameter, e.g. AnyStr, or the
                specific type, e.g. str.
            impl_type: The implementation type.
            type_checker: Function that takes an impl_type instance.
                and returns a value that should be a type_var instance.
        1	__debug__3repr5AssertionError7S(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyException;M9
9:0?	?<__repr__$30%s[%s]?>?	?A__getitem__$31#%s cannot be further parameterized.D__constraints__F
issubclassH&%s is not a valid substitution for %s.J%s cannot be re-parameterized.L	__class__NC?	?P?	__eq__$32S?	?T__hash__$33V?	?W__instancecheck__$34 NoReturn:
          raise Exception('no way')

    This type is invalid in other positions, e.g., ``List[NoReturn]``
    will fail in static type checkers.
    ?__instancecheck__$58*NoReturn cannot be used with isinstance().???	??__subclasscheck__$59*NoReturn cannot be used with issubclass().???	????	?NoReturnTypeVarMetaTypeVarMeta$60
__new__$61?	?	?	?
TypeVar$62?Type variable.

    Usage::

      T = TypeVar('T')  # Can be anything
      A = TypeVar('A', str, bytes)  # Must be str or bytes

    Type variables exist primarily for the benefit of static type
    checkers.  They serve as the parameters for generic types as well
    as for generic function definitions.  See class Generic for more
    information on generic types.  Generic functions work as follows:

      def repeat(x: T, n: int) -> List[T]:
          '''Return a list containing n references to x.'''
          return [x]*n

      def longest(x: A, y: A) -> A:
          '''Return the longest of two strings.'''
          return x if len(x) >= len(y) else y

    The latter example's signature is essentially the overloading
    of (str, str) -> str and (bytes, bytes) -> bytes.  Also note
    that if the arguments are instances of some subclass of str,
    the return type is still plain str.

    At runtime, isinstance(x, T) and issubclass(C, T) will raise TypeError.

    Type variables defined with covariant=True or contravariant=True
    can be used do declare covariant or contravariant generic types.
    See PEP 484 for more details. By default generic types are invariant
    in all type variables.

    Type variables can be introspected. e.g.:

      T.__name__ == 'T'
      T.__constraints__ == ()
      T.__covariant__ == False
      T.__contravariant__ = False
      A.__constraints__ == (str, bytes)
    	__bound__
__covariant____contravariant____init__$63getbound	covariant
contravariant
ValueError"Bivariant types are not supported.!bool#-Constraints cannot be combined with bound=...%"A single constraint is not allowed':TypeVar(name, constraint, ...): constraints must be types.)setderef+
,f$64getderef/?
0java/lang/Object2
f_savedlocals[Ljava/lang/Object;45	6getGeneratorInput()Ljava/lang/Object;89
:.?	?<
getclosure>?
??(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;[Lorg/python/core/PyObject;)V?A
?BBound must be a type.D?	?F_get_type_vars$65appendIH?	?K__repr__$66+N-P~RM?	?T__instancecheck__$670Type variables cannot be used with isinstance().WV?	?Y__subclasscheck__$680Type variables cannot be used with issubclass().\[?	?^
?	?`TbKTdVTfT_cohV_cojVT_colT_contranbytespunicoder_replace_arg$69?An internal helper function: replace arg if it is a type variable
    found in tvars with corresponding substitution from args or
    with corresponding substitution sub-tree if arg is a generic type.
    uhasattrw
_subs_treey	enumerate{unpackSequence8(Lorg/python/core/PyObject;I)[Lorg/python/core/PyObject;}~
9t?	??_replace_arg?
_subs_tree$70?An internal helper function: calculate substitution tree
    for generic cls after replacing its type parameters with
    substitutions in tvars -> args (if any).
    Repeat the same following __origin__'s.

    Return a list of arguments with all possible substitutions
    performed. Arguments that are generic classes themselves are represented
    as tuples (so that no new classes are created by this function).
    For example: _subs_tree(List[Tuple[int, T]][str]) == [(Tuple, int, str)]
    ?__args__?__parameters__???	??_remove_dups_flatten$71?An internal helper for Union creation and substitution: flatten Union's
    among parameters, then remove duplicates and strict subclasses.
    ?extend?_gt??
O?set?_lt??
O?remove?any?f$72??	??org/python/core/PySet?
??_sub??
O?f$73??	????	??_remove_dups_flatten?_check_generic$74%s is not a generic class?_ne??
O?0Too %s parameters for %s; actual %s, expected %s?many?few???	??_check_generic?	_cleanups?_tp_cache$75to_cell(II)V??
?clear?inner$76KeyError?__setitem__7(Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V??
O???	??wraps???	??	_tp_cache?	UnionMeta?UnionMeta$77Metaclass for Union.?
__new__$78??	????	??	_Union$79?Union type; Union[X, Y] means either X or Y.

    To define a union, use e.g. Union[int, str].  Details:

    - The arguments must be types and there must be at least one.

    - None as an argument is a special case and is replaced by
      type(None).

    - Unions of unions are flattened, e.g.::

        Union[Union[int, str], float] == Union[int, str, float]

    - Unions of a single argument vanish, e.g.::

        Union[int] == int  # The constructor actually returns int

    - Redundant arguments are skipped, e.g.::

        Union[int, str, int] == Union[int, str]

    - When comparing unions, the argument order is ignored, e.g.::

        Union[int, str] == Union[str, int]

    - When two arguments have a subclass relationship, the least
      derived argument is kept, e.g.::

        class Employee: pass
        class Manager(Employee): pass
        Union[int, Employee, Manager] == Union[int, Employee]
        Union[Manager, int, Employee] == Union[int, Employee]
        Union[Employee, Manager] == Employee

    - Similar for object::

        Union[int, object] == object

    - You cannot subclass or instantiate a union.

    - You can use Optional[X] as a shorthand for Union[X, None].
    ?
__tree_hash__?
__new__$80	frozenset?Expected parameters=???	??
_eval_type$81f$82??	????	??_get_type_vars$83??	??__repr__$84
_tree_repr???	??
_tree_repr$85[%s]???	??__getitem__$86 Cannot take a Union of no types.)Union[arg, ...]: each arg must be a type.*Parameters to generic types must be types.f$87?	?origin
?	?
_subs_tree$88?	?	__eq__$89?	?__hash__$90?	?__instancecheck__$91(Unions cannot be used with isinstance().?	?__subclasscheck__$92(Unions cannot be used with issubclass().?	???	?!OptionalMeta#OptionalMeta$93Metaclass for Optional.&
__new__$94(?	?)%?	?+_Optional$95EOptional type.

    Optional[X] is equivalent to Union[X, None].
    .__getitem__$96#Optional[t] requires a single type.10?	?3-?	?5_gorg$97@Return the farthest origin of a generic class (internal helper).87?	?:_geqv$986Return whether two generic classes are equivalent (internal helper).

    The intention is to consider generic class X and any of its
    parameterized forms (X[T], X[int], etc.) as equivalent.

    However, X is not equivalent to a subclass of X.

    The relation is reflexive, symmetric and transitive.
    =<?	??_geqvA_next_in_mro$99?Helper for Generic.__new__.

    Returns the class after the last occurrence of Generic or
    Generic[...] in cls.__mro__.
    D__mro__FC?	?H_next_in_mroJ_make_subclasshook$100?Construct a __subclasshook__ callable that incorporates
    the associated __extra__ class in subclass checks performed
    against cls.
    M	__extra__OABCMetaQ__extrahook__$101__subclasshook__T__subclasses__VS?	?X__extrahook__$102Z?	?[L?	?]_make_subclasshook_GenericMeta$103cMetaclass for generic types.

    This is a metaclass for typing.Generic and generic ABCs defined in
    typing module. User defined subclasses of GenericMeta can override
    __new__ and invoke super().__new__. Note that GenericMeta.__new__
    has strict rules on what is allowed in its bases argument:
    * plain Generic is disallowed in bases;
    * Generic[...] should appear in bases at most once;
    * if Generic[...] is present, then it should list all type variables
      that appear in other bases.
    In addition, type of all generic bases is erased, e.g., C[int] is
    stripped to plain C.
    b__new__$104?Create a new generic class. GenericMeta.__new__ accepts
        keyword arguments that are used for internal bookkeeping, therefore
        an override should pass unused keyword arguments to super().
        eallgf$105i?	?j!Cannot inherit from plain Genericl0Cannot inherit from Generic[...] multiple types.n_lep?
Oq6Some type variables (%s) are not listed in Generic[%s]sf$106u?	?vf$107x?	?yf$108{?	?|f$109~?	?f$110??	??update?f$111_TypingEllipsis?_TypingEmpty???	??__next_in_mro__?__orig_bases__??
__extrahook__?d?	??__init__$112
_abc_registry?
_abc_cache???	??_abc_negative_cache$113_abc_negative_cache?_abc_generic_negative_cache???	??property?_abc_negative_cache$114??	??setter?_abc_negative_cache_version$115_abc_negative_cache_version?#_abc_generic_negative_cache_version???	??_abc_negative_cache_version$116??	??_get_type_vars$117??	??_eval_type$118f$119??	??	__bases__?dict?__dict__?tvars?args?extra?
orig_bases???	??__repr__$120??	??_tree_repr$121??	??_subs_tree$122??	??
__eq__$123??	??__hash__$124??	??__getitem__$125)Parameter list to %s[...] cannot be empty?f$126??	??f$127??	??5Parameters to Generic[...] must all be type variables?-Parameters to Generic[...] must all be unique?'Cannot subscript already-subscripted %s???	??__subclasscheck__$128	_getframe??CParameterized generics cannot be used with class or instance checks?5Class %r cannot be used with class or instance checks???	??__instancecheck__$129??	??__copy__$130T(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;)Lorg/python/core/PyObject;?
O???	??__copy____setattr__$131__endswith_abc_??	?
a?	?_generic_new$132__orig_class__AttributeError?	?_generic_newGeneric$133CAbstract base class for generic types.

    A generic type is typically declared by inheriting from
    this class parameterized with one or more type variables.
    For example, a generic mapping type might be defined as::

      class Mapping(Generic[KT, VT]):
          def __getitem__(self, key: KT) -> VT:
              ...
          # Etc.

    This class can then be used as follows::

      def lookup_name(mapping: Mapping[KT, VT], key: KT, default: VT) -> VT:
          try:
              return mapping[key]
          except KeyError:
              return default
    __new__$134HType Generic cannot be instantiated; it can be used only as a base class?	??	?_TypingEmpty$135?Internal placeholder for () or []. Used by TupleMeta and CallableMeta
    to allow empty list/tuple in specific places, without allowing them
    to sneak in where prohibited.
    "!?	?$_TypingEllipsis$136(Internal placeholder for ... (ellipsis).'&?	?)	TupleMeta+
TupleMeta$137Metaclass for Tuple (internal)..__getitem__$138 Tuple[t, ...]: t must be a type.1*Tuple[t0, t1, ...]: each t must be a type.3f$1395?	?60?	?8__instancecheck__$1405Parameterized Tuple cannot be used with isinstance().;:?	?=__subclasscheck__$1415Parameterized Tuple cannot be used with issubclass().@??	?B-?	?D	Tuple$142@Tuple type; Tuple[X, Y] is the cross-product type of X and Y.

    Example: Tuple[T1, T2] is a tuple of two elements corresponding
    to type variables T1 and T2.  Tuple[int, float, str] is a tuple
    of an int, a float and a string.

    To specify a variable-length tuple of homogeneous type, use Tuple[T, ...].
    G__new__$1436Type Tuple cannot be instantiated; use tuple() insteadJI?	?LF?	?NCallableMetaPCallableMeta$144 Metaclass for Callable.S__repr__$145U?	?V_tree_repr$146	[..., %s]Y
[[%s], %s][X?	?]__getitem__$147xA thin wrapper around __getitem_inner__ to provide the latter
        with hashable arguments to improve speed.
        `6Callable must be used as Callable[[arg, ...], result].blistd8Callable[args, result]: args must be a list. Got %.100r.f__getitem_inner__h_?	?j__getitem_inner__$148.Callable[args, result]: result must be a type.m6Callable[[arg, ...], result]: each arg must be a type.of$149q?	?rl?	?tR?	?vCallable$150?Callable type; Callable[[int], str] is a function of (int) -> str.

    The subscription syntax must always be used with exactly two
    values: the argument list and the return type.  The argument list
    must be a list of types or ellipsis; the return type must be a single type.

    There is no syntax to indicate optional or keyword arguments,
    such function types are rarely used as callback types.
    y__new__$151IType Callable cannot be instantiated; use a non-abstract subclass instead|{?	?~x?	??cast$152?Cast a value to a type.

    This returns the value unchanged.  To the type checker this
    signals that the return value has the designated type, but at
    runtime we intentionally don't check anything (we want this
    to be as fast as possible).
    ???	??_get_defaults$153:Internal helper to extract the default arguments, by name.?__code__?co_argcount?co_varnames?__defaults__?__kwdefaults__?zip???	??
_get_defaults?get_type_hints$154:In Python 2 this is not supported and always returns None.???	??no_type_check$155IDecorator to indicate that annotations are not type hints.

    The argument must be a class or function; if it is a class, it
    applies recursively to all methods and classes defined in that class
    (but not to methods defined in its superclasses or subclasses).

    This mutates the function(s) or class(es) in place.
    ?copy?items?pop?values?__no_type_check__???	??no_type_check_decorator$156?Decorator to give another decorator the @no_type_check effect.

    This wraps the decorator with something that wraps the decorated
    function in @no_type_check.
    ?wrapped_decorator$157??	????	??_overload_dummy$158*Helper for @overload to raise when called.?NotImplementedError??You should not call an overloaded function. A series of @overload-decorated functions outside a stub module should always be followed by an implementation that is not @overload-ed.???	??_overload_dummy?overload$159
Decorator for overloaded functions/methods.

    In a stub file, place two or more stub definitions for the same
    function in a row, each decorated with @overload.  For example:

      @overload
      def utf8(value: None) -> None: ...
      @overload
      def utf8(value: bytes) -> bytes: ...
      @overload
      def utf8(value: str) -> bytes: ...

    In a non-stub file (i.e. a regular .py file), do the same but
    follow it with an implementation.  The implementation should *not*
    be decorated with @overload.  For example:

      @overload
      def utf8(value: None) -> None: ...
      @overload
      def utf8(value: bytes) -> bytes: ...
      @overload
      def utf8(value: str) -> bytes: ...
      def utf8(value):
          # implementation goes here
    ???	??
_ProtocolMeta?_ProtocolMeta$160~Internal metaclass for _Protocol.

    This exists so _Protocol classes can be generic without deriving
    from Generic.
    ?__instancecheck__$161+Protocols cannot be used with isinstance().???	??__subclasscheck__$162_get_protocol_attrs?f$163??	????	??_get_protocol_attrs$164keys?__abstractmethods__?add???	????	??
_Protocol$165?Internal base class for protocol classes.

    This implements a simple-minded structural issubclass check
    (similar but more general than the one-offs in collections.abc
    such as Hashable).
    ???	??Iterable$166??	??Iterator$167??	??SupportsInt$168__int__$169??	??__int__???	??SupportsFloat$170
__float__$171??	??	__float__???	??SupportsComplex$172__complex__$173??	?__complex__??	?SupportsAbs$174__abs__$175?	?__abs__
?	?Reversible$176?	?Reversible$177__reversed__$178?	?__reversed__?	?
Container$179?	?AbstractSet$180?	?MutableSet$181?	? Mapping$182"?	?#MutableMapping$183%?	?&Sequence$184(?	?)Sequence$185+?	?,MutableSequence$186.?	?/int1ByteString$1873?	?4register6	bytearray8List$188__new__$1894Type List cannot be instantiated; use list() instead<;?	?>:?	?@dequeB	Deque$190__new__$191E?	?FD?	?HSet$192__new__$1932Type Set cannot be instantiated; use set() insteadLK?	?NJ?	?P
FrozenSet$194__new__$195>Type FrozenSet cannot be instantiated; use frozenset() insteadTS?	?VR?	?XMappingView$196Z?	?[KeysView$197]?	?^
ItemsView$198`?	?aValuesView$199c?	?dContextManager$200
__enter__$201g?	?h	__enter__j__exit__$202l?	?m__exit__o__subclasshook__$203f$204r?	?sf$205u?	?vq?	?xf?	?zDict$206__new__$2074Type Dict cannot be instantiated; use dict() instead~}?	??|?	??defaultdict?DefaultDict$208__new__$209??	????	??Counter$210__new__$211??	????	??_G_base?
GeneratorType?
Generator$212__new__$213@Type Generator cannot be instantiated; create a subclass instead???	????	??CT_co?Type$214?A special construct usable to annotate class objects.

    For example, suppose we have the following classes::

      class User: ...  # Abstract base for User classes
      class BasicUser(User): ...
      class ProUser(User): ...
      class TeamUser(User): ...

    And a function that takes a class argument that's a subclass of
    User and returns an instance of the corresponding class::

      U = TypeVar('U', bound=User)
      def new_user(user_class: Type[U]) -> U:
          user = user_class()
          # (Here we could write the user object to a database)
          return user

      joe = new_user(BasicUser)

    At this point the type checker knows that joe has type BasicUser.
    ???	??NamedTuple$215?Typed version of namedtuple.

    Usage::

        Employee = typing.NamedTuple('Employee', [('name', str), ('id', int)])

    This is equivalent to::

        Employee = collections.namedtuple('Employee', ['name', 'id'])

    The resulting class has one extra attribute: _field_types,
    giving a dict mapping field names to types.  (The field names
    are in the _fields attribute, which is part of the namedtuple
    API.)
    ?()V??
M?dellocal?
?
namedtuple?_field_types?__main__???	??NewType$216:NewType creates simple unique types with almost zero
    runtime overhead. NewType(name, tp) is considered a subtype of tp
    by static type checkers. At runtime, NewType(name, tp) returns
    a dummy function that simply returns its argument. Usage::

        UserId = NewType('UserId', int)

        def name_by_id(user_id):
            # type: (UserId) -> str
            ...

        UserId('user')          # Fails type check

        name_by_id(42)          # Fails type check
        name_by_id(UserId(42))  # OK

        num = UserId(5) + 1     # type: int
    ?new_type$217??	??
__supertype__???	??IO?IO$218?Generic base class for TextIO and BinaryIO.

    This is an abstract, generic version of the return of open().

    NOTE: This does not distinguish between the different possible
    classes (text vs. binary, read vs. write vs. read/write,
    append-only, unbuffered).  The TextIO and BinaryIO subclasses
    below capture the distinctions between text vs. binary, which is
    pervasive in the interface; however we currently do not offer a
    way to track the other distinctions in the type system.
    ?mode$219??	??mode?name$220??	??	close$221??	??close?
closed$222??	??closed?
fileno$223??	??fileno?	flush$224??	??flush?
isatty$225??	??isatty?read$226??	??read?readable$227??	??readable?readline$228??	??readline?
readlines$229??	??	readlines?seek$230??	??seek?seekable$231??	?seekabletell$232?	?telltruncate$233	?	?
truncatewritable$234?	?writable	write$235?	?writewritelines$236?	?
writelines
__enter__$237?	?__exit__$238 ?	?!??	?#BinaryIO%BinaryIO$2395Typed version of the return of open() in binary mode.(	write$240*?	?+
__enter__$241-?	?.'?	?0TextIO2
TextIO$2423Typed version of the return of open() in text mode.5
buffer$2437?	?8buffer:encoding$244<?	?=encoding?
errors$245A?	?BerrorsDline_buffering$246F?	?Gline_bufferingInewlines$247K?	?LnewlinesN
__enter__$248P?	?Q4?	?SioUio$249)Wrapper namespace for IO generic classes.XW?	?Z.io\org/python/core/PyString^.(Ljava/lang/String;)Lorg/python/core/PyString;T`
_amodulescPatternef$250patternhg?	?jP(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)V?l
?mMatchoFf$251r?	?sre$252&Wrapper namespace for re type aliases.vu?	?x.rez(Ljava/lang/String;)Vorg/python/core/PyFunctionTable}
~?selfLtyping$py;??	???newCode?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;??
9??	??x?nm?	whitelist?cls?bases?	namespace?base??kwds?globalns?localns?qname?arg?code?other?obj?	parameter?t?msg?tp?item?r?constraints?kwargs?	_(584_37)?_(x)?	?prefix?instance?i?tvar?current?
orig_chain?	tree_args?ocls?
new_tree_args?
parameters?params?p?
new_params?	_(718_15)?	_(723_17)?
all_params?t1?t2?alen?elen?func?inner?maxsize?cache?key?value?	subs_tree?ev_args?	_(849_24)?	ev_origin?tree?arg_list?	_(887_27)abnext_in_mroc	subclassres
scls
_(1039_23)gvarstvarset
_(1072_35)
_(1073_35)
initial_bases
_(1081_22)
_(1084_15)
_(1085_26)!
_(1092_30)#gvarset%g'
_(1165_24))
_(1218_23)+
_(1221_23)-prepend/attr1base_cls3
_(1373_27)5result7
_(1462_21)9typ;val=	pos_count?	arg_namesAdefaultsC
kwdefaultsE
pos_offsetG	arg_attrsI	decoratorKwrapped_decoratorMattrsO
_(1626_23)QdSprotocol_basesUexc_typeW	exc_valueY	traceback[C]
_(1879_20)_
_(1880_20)aBctypenameefieldsg
_[1984_14]ink
_[1985_44]mnew_typeolimitqhintsoffsetuwhencewsizeys{lines}m?getMain()Lorg/python/core/PyCode;main([Ljava/lang/String;)V??|
????
??org/python/core/CodeLoader?createSimpleBootstrap9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;??
??runMain5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V??
9?getCodeBootstrap!()Lorg/python/core/CodeBootstrap;#org/python/core/PyRunnableBootstrap?)getFilenameConstructorReflectionBootstrap2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;??
??
call_functionS(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
???
???
??
??&
??5
??]
??b
??i
??n
???
???
???
???
???
???
???
???
???
???
???
???
???
??
??	
??
??
??
??%
??0
??>
??C
??S
??V
??Y
??^
??e
??h
??m
??p
???
???
???
???
???
???
???
???
???
?	?
?	?
?	?
?	?
?	?
?	
?
?	?
?	?
?	?
?	?
?	?
?	
?	
?	

?	
?	.
?	 H
?	"M
?	$V
?	&[
?	(t
?	*?
?	,?
?	.?
?	0?
?	2?
?	4?
?	6?
?	8?
?	:?
?	<?
?	>?
?	@?
?	B?
?	D?
?	F?
?	H?
?	J
?	L
?	N
?	P
?	R
?	T
?	V
?	X%
?	Z(
?	\-
?	^0
?	`7
?	b<
?	dC
?	fL
?	hS
?	jZ
?	la
?	nd
?	pi
?	ru
?	tx
?	v{
?	x~
?	z?
?	|?
?	~?
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	?
?	?
?	?
?	?
?	?!
?	?&
?	?-
?	?0
?	?5
?	?:
?	??
?	?F
?	?I
?	?R
?	?U
?	?X
?	?_
?	?l
?	?q
?	?x
?	?{
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	??
?	?
?	?
?	?
?

?

?

?

?

?

"
?
%
?
(
?
+
?
.
?
3
?
:
?
;
?
D
?
E
?
J
?
 K
?
"R
?
$S
?
&Z
?
(]
?
*`
?
,c
?
.f
?
0g
?
2l
?
4q
?
6r
?
8u
?
:|
?
<}
?
>?
?
@?
?
B?
?
D?
?
F?
?
H?
?
J?
?
L?
?
N?
?
P?
?
R?
?
T?
?
V?
?
X?
?
Z?
?
\?
?
^?
?
`?
?
b?
?
d?
?
f?
?
h?
?
j?
?
l?
?
n
?
p	
?
r
?
t
?
v
?
x
?
z 
?
|'
?
~*
?
?-
?
?4
?
?7
?
?<
?
?A
?
?F
?
?K
?
?P
?
?W
?
?g
?
?r
?
?u
?
?org/python/core/PyRunnable
? Lorg/python/compiler/APIVersion;%Lorg/python/compiler/MTime;`9?pLorg/python/compiler/Filename;P/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/typing.pyorg/python/core/ThreadState
??[Ljava/lang/String;
?5CodeLineNumberTableStackMap
SourceFileRuntimeVisibleAnnotations!?~
??????????&?5?]?b?i?n????????????????????????????	????%?0?>?C?S?V?Y?^?e?h?m?p???????????????????????????????????????????
??.?H?M?V?[?t????????????????????????????????????????%?(?-?0?7?<?C?L?S?Z?a?d?i?u?x?{?~???????????????????????????????????????????????!?&?-?0?5?:???F?I?R?U?X?_?l?q?x?{?????????????????????????????????????????????????????"?%?(?+?.?3?:?;?D?E?J?K?R?S?Z?]?`?c?f?g?l?q?r?u?|?}??????????????????????????????????????????????????	????? ?'?*?-?4?7?<?A?F?K?P?W?g?r?u?
? ?
	+?
?N-S-S-+?N-2:+?:-2:+?:+?+? N+-?N+??N-"S-$S-+?N-2:+"?:-2:+$?:+?&+? N+&-?N+?(+? N+(-?N+?*+?-N+/-?N+?1+? N+1-?N+	?3+? N+3-?N+?5+?-N+7-?N?4+?=N-+??C?I? +
?&+?-:+7?:?-?+??MY2?OYQ?WSYY?WSY[?WSY]?WSY_?WSYa?WSYc?WSYe?WSYg?WSY	i?WSY
k?WSYm?WSYo?WSY
q?WSYs?WSYu?WSYw?WSYy?WSY{?WSY}?WSY?WSY??WSY??WSY??WSY??WSY??WSY??WSY??WSY??WSY??WSY??WSY??WSY ??WSY!??WSY"??WSY#??WSY$??WSY%??WSY&??WSY'??WSY(??WSY)??WSY*??WSY+??WSY,??WSY-??WSY.??WSY/??WSY0??WSY1??WS??N+?-?N+U???N??Y+??-????N+?-?N+]???N??Y+??-???N+-?N+d??ON+?C-__S-?y?}:+?:-??+???ON+??C-__S-???}:+?:-??+???ON+?C-__S-?θ}:+?:-??+Ŷ?ON+?C-__S-?$?}:+?:-??+???ON+?C-__S?-?d?}:+??:-??+=???N??Y+??-?g??N+m-?N+C???N??Y+??-?j??N+l-?N+I???N??Y+??-?o??N+h-?N+O???N??Y+??-??r?W??N+?-?N+n???N??Y+??-????W??N+G-?N+???ON+?C-__S?-???}:+??:-??+???ON+?C-__St-?̸}:+t?:-??+??+t?C,?ON+¶C-__S?:?S-??NN+[-?N+¶?ON+?C-__S?-?ָ}:+??:-??+˶?ON+?C-__S?-??}:+??:-??+?+ضC,?ON+¶C-__S?:?S-??NN+Q-?N+??ON+?C-__S?-??}:+??:-??+??ON+?C-__S?-??}:+??:-??+?+?C,?ON+¶C-__S?:?S-??NN+-?N+??ON+?C-__S-??}:+?:-??+??ON+?C-__Se-?a?}:+e?:-??+d?+e?C,c?W?N+c-?N+e?+e?C,e?W?N+e-?N+f?+e?C,g?W?N+g-?N+g?+e?C,?ONi?W-__S+¶C-__S?:S-??NN+i-?N+h?+e?C,?ONk?W-__S+¶C-__S?:S-??NN+k-?N+i?+e?C,?ONm?W-__S+¶C-__S?:S-??NN+m-?N+j?+e?C,?ONo?W-__S+¶C-__S?:S-??NN+o-?N+n?+e?C,??W+q?C+s?C??N+?-?N+q???N??Y+??-??v?W??N+?-?N+???ON+?C-__S+?C-__S??Y+??-????W??N+z-?N+????N??Y+??-????W??N+?-?N+ֶ??N??Y+??-????N+?-?N+??MY?÷?N+?-?N+???N??Y+??-????N+?-?N+???ON+?C-__S?-??}:+??:-??+??ON+?C-__S}-?"?}:+}?:-??+??+}?C,?ON+¶C-__S?:?S-??NN+g-?N+???ON+?C-__S$-?,?}:+$?:-??+???ON+?C-__S-?6?}:+?:-??+??+?C,?ON+¶C-__S?:?S-??NN+_-?N+????N??Y+??-?;9?W??N+?-?N+????N??Y+??-?@>?W??N+B-?N+˶??N??Y+??-?IE?W??N+K-?N+ٶ??N??Y+??-?^N?W??N+`-?N+???ON+?C-__S+?CR??-__Sk-?
?}:+k?:-??+?+?CN+]-?N+???N??Y+??-???N+-?N+!??ON+??C-__S]-? ?}:+]?:-??+@??ON+??C-__S?-?%?}:+??:-??+G??ON+??C-__S?-?*?}:+??:-??+K??ON+k?C-__S,-?E?}:+,?:-??+m??ON+??C-__Sa-?O?}:+a?:-??+???ON+k?C-__SQ-?w?}:+Q?:-??+???ON+??C-__SY-???}:+Y?:-??+Ѷ??N??Y+??-????W??N+?-?N+ܶ??N??Y+??-????W??N+?-?N+??ON+?C-__S+?C-__S??Y+??-????W??N+?-?N+???N??Y+??-????W??N+?-?N+???N??Y+??-????W??N+?-?N+???N??Y+??-????W??N+?-?N+$???N??Y+??-??øW??N+?-?N+A??ON+k?C-__S?-??}:+??:-??+???ON+??C-__S?-??}:+??:-??+??+7?Cs??N+s-?N+???ON+]?C+i?C??-__Sw-??}:+w?:-??+???ON+w?C+i?C??-__Sy-???}:+y?:-??+???ON+??C-__S?-???}:+??:-??+???ON+??C-__S?-???}:+??:-??+???ON+??C-__S?-??}:+??:-??+???ON+??C+i?C??-__S?-?
?}:+??:-??+??+x?C,+7?C??W?+??B+???ON+w?C+i?C??-__S?-??}:+??:-???@+Ŷ?ON+??C+i?C??-__S?-??}:+??:-??+Ͷ+7?C???N+?-?N+ж?ON+]?C+i?C??-__So-??}:+o?:-??+ض?ON+??C-__S+w?C+i?C??-__S+o?C+i?C??-__Si-??}:+i?:-??+ݶ?ON+i?C+c?C??-__S?-?!?}:+??:-??+??ON+??C-__S+w?C+e?C??-__S+o?C+e?C??-__S+]?C??Y?OY+e?CSY+m?CS?ݶ?-__S}-?$?}:+}?:-??+??ON+}?C??Y?OY+e?CSY+g?CS?ݶ?-__S?-?'?}:+??:-??+??+x?C,+7?C??W?+??b+??ON+??C-__S+??C+i?C??-__S+o?C+i?C??-__S?-?*?}:+??:-???_+??ON+??C-__S+w?C+i?C??-__S+o?C+i?C??-__S?-?-?}:+??:-??+???ON+??C+c?C??-__S?-?0?}:+??:-??+???ON+??C+2?C??-__Sm-?5?}:+m?:-??+?+m?C7??,+/?C?W+?+m?C7??,+9?C?W+??ON+e?C-__S+??C+c?C??-__S?-?A?}:+??:-??+??ON+&?CC??-__S+??C+c?C??-__S?-?I?}:+??:-??+??ON+??C-__S+??C+c?C??-__S?-?Q?}:+??:-??+$??ON+?C-__S+i?C+i?C??-__S?-?Y?}:+??:-??+/??ON+??C-__S+w?C+i?C??-__S-?\?}:+?:-??+4??ON+?C+e?C??-__S+i?C+e?C??-__S{-?_?}:+{?:-??+9??ON+?C+a?C??Y?OY+e?CSY+m?CS?ݶ???-__S+i?C+a?C??Y?OY+e?CSY+m?CS?ݶ???-__S+]?C??Y?OY+e?CSY+m?CS?ݶ?-__Su-?b?}:+u?:-??+@??ON+?C+m?C??-__S?-?e?}:+??:-??+E??ON+]?C+i?C??-__Sq-?{?}:+q?:-??+]??ON+??C-__S+??C??Y?OY+e?CSY+g?CS?ݶ?-__S?-???}:+??:-??+h??ON+&?C???-__S+??C??Y?OY+e?CSY+g?CS?ݶ?-__S?-???}:+??:-??+r??ON+&?C???-__S+??C??Y?OY+c?CSY+2?CS?ݶ?-__S?-???}:+??:-??+}?+x?C,+7?C??W?+??#+?+7?C???N+?-?N?!+??+3?C???N+?-?N+???ON+y?C+i?C??-__S+]?C??Y?OY+i?CSY+o?CSY+k?CS?ݶ?-__S?-???}:+??:-??+??+e?C,?ON??W-__S+¶C-__S+?C-__S?:SS-??NN+?-?N+???ON+]?C+??C??-__Sc-???}:+c?:-??+????N??Y+??-????W??N+?-?N+˶??N??Y+??-????W??N+?-?N+?+s?CN+?-?N+??+#?CN+?-?N+??ON+]?C+??C??-__S?-?$?}:+??:-??+P??ON+??C+q?C??-__S&-?1?}:+&?:-??+^??ON+??C+s?C??-__S3-?T?}:+3?:-??+|??ON+??C-__SV-?[?}:+V?:-??+??+?C]?b?{N+V?C?-??N+??+V?CN+1?Cd??+V?C??-??N+??+??C,f?W+??C+?C,+/?C??,??W??+????N??Y-+??_?k?n?2N+f-?N+??+??C,p?W+??C+?C,+/?Cq??,??W??W?+?+????N??Y-+??_?t?n?2N+p-?N+???ON+??C-__S*-?y?}:+*?:-??+??+?C{?b?{N+*?C?-??N+??+*?CN+1?Cd??+*?C??-??N+??V?K
??	
U]d????=CIOn????????defghijnq???????????????!@GKm??????$A??????????????????????$/49@E]hr}?????????P^|?????????
??	?
?KK?
?EM?
?E??
?
???
?
?K?
?
???
?
???
?
???
??
??q+V?+1??϶?????N??Y?OY??SY??S??-_??N??+W?+????N+??-?+Z?+????N+??-?
?VWZ
?Y?
??
???+^???Y?OY??WSY?WSY?WSY?WS??N+-?N+_?+??	??,?W?Y??W+??N+??-_?N??#+`?+??????N+-?N?+a?+??N+??-?
?^_`a
?%r?
?O??
?
?l8++?C?+!?W?+j?!?WW+l?+#?CN+%-?N+n???N??Y+??-?4??N+--?N+q???N??Y+??-?X??N+Z?C,-?N-N+\-?N+x???N??Y+??-?_??N+a-?N+{???N??Y+??-?fd?W??N+h-?N+????N??Y+??-?k??N+m-?N+????N??Y+??-?r??N+t-?N+?w?
?"jlnqx{??&
?fN+o?+(??,+??+??+-??,+??+/??,+??+??+??2N+??-?
?o5
?
?+s?+??9N?~+?+t?+;??,+??+??+??V+u?+=??,??WA?WC??,+E??,+G??+??+?Y??
WI?W?L??P?+s?-?S:??w+??V?
?stus
?J?
?OO??
?OOO
?SO??
?O]
?'+y?+??V?
?yb
?>"+??d?WW+??+??N+??-?
?
??i
?(+??+??V?
??n
?c+??+??,+???,+???N+-?N+??p?W??Y?OY+????SY+??S?ݶLN+??-?
?
???
??U++?C?+??W?+????WW+??+?CN+?-?N+????Y?OY??WS??N+?-?N+????N??Y+??-????N+a-?N+????N??Y+??-????W??N+--?N+????N??Y+??-????N+h-?N+????N??Y+??-????N+m-?N+????N??Y+??-????N+t-?N+????N??Y+??-????N+?-?N+?w?
?&	??????????
?(+??+??V?
???
?+?+????WW+??+???,+??N??-_??NY??HW+;??,+???ֶ?+/?Ͷ+Y??"W+;??,+???ֶ?+??Ͷ+??'+??+=??,??W+??L??P?+??+(??,+??+??+-??,+??N+??-?
?????
?%}?
?O??
??
?,+??+??N+??-?
???
?(+??+??V?
???
???+??+??,+??N+-?N+??+??,+???,+???N+-?N+??p?W??Y?OY+????SY+??S?ݶLN+??-?
?????
?G/+??+=??,??W+??,+???L??P?
???
???++?C?+??W?+????WW+????Y?÷?N+?-?N+????N??Y+??-????N+--?N+????N??Y+??-????N+?-?N+?w?
??????
?(?+??+(??,+??+??+-???ON+??-__S?:+??+??-^X??NN+-?N+????WN+??-_??NY??!W+????W??N+¶?-_??N??+??+??N+??-?+??+=??,??W+??L??P?
?????
?+??
?
?O??
?
??
?G/+¶+??,+??,+???ҶN+??-?
???
??x++?C?+ѸW?+ƶѸWW+ȶ??Y?OYӸWSYոWSY׸WSYٸWS??N+?-?N+˶??N??Y+??-????N+a-?N+ٶ??N??Y+??-???N+h-?N+???N??Y+??-???N+-?N+????N??Y+??-?
??N+-?N+???N??Y+??-???N+-?N+???N??Y+??-???N+-?N+????N??Y+??-?"??N+t-?N+?w?
?&	??????????
?

y+̶+(??,+??+??+a??,+??W+Ͷ+;??,+??+ܶͶ+?߶?5+ζ+=??,?W??Y?OY+??S?ݶL??P?+ж+??,+???W?W??N+-?N?M+?=N-+?ͶI?8+Ҷ+??,?W??Y?OY+??S?ݶL??P??-?+Զ+??N+???-??N+ն+??N+???-??N+ֶ+#??N+???-??N+׶+??N+???-??N+??V????K
?&	?????????
?N??
???
?K?K??
?E?
??
?0?+ڶ+??׶Ҷ?Y??W+??N+??-_??N??:+۶+??N+??-_??NY??W+??N+??-_??N??$+ܶ??Y?÷?N+-?+-??u+ݶ+??N+??-_??N??+޶+??N+-?N?<+߶+??N+??-_??N??+?+??N+-?N?+?+???,+??,+??ն?+??+?????W?+N+???-??N+?+¶?N+???-??N?+?+??ٶ?N+??-?
?*
??????????
?h/?
?Ol?
?O??
???
??
??l?
?
???+?+;??,+??+?Ͷ+?߶?+?+??N+??-?+?+??Ӷ?:+??Ӷ?_??:Y??%W+??ٶ?:+??ٶ?_??:N+??-?
????
?%=?
???
?O	
?Y	A+?+??,??Y?OY+??Ӷ?SY+??ٶ?S?ݶN+??-?
??
?4+?+=??,?W??P?
??
?4+??+=??,?W??P?
??
?I1+?? ?W??Y?OY+??Ӷ?S?ݶLN+??-?
??%
??}++?C?+'?W?+?'?WW+???Y?OY)?WSY+?WSY-?WSY/?WS??N+?-?N+???N??Y+??-?=2?W??N+a-?N+???N??Y+??-?B??N+t-?N+???N??Y+??-?Q??N+R-?N+(???N??Y+??-?U??N+-?N+-???N??Y+??-?X??N+-?N+0???N??Y+??-?]??N+-?N+6???N??Y+??-?b??N+-?N+?w?
?&	(-060
?N
?+?2?WW+?+4?Ͷ?<+;??,+??+ܶͶ+??+6??,+??+8??_?;?+?+4?Ͷ?<+;??,+??+?Ͷ+??+6??,+??+8??_?;?+?+4?Ͷ??+;??,+??+?Ͷ+?߶?+6??,+??+8??_?;?+?+4?Ͷ?T+;??,+???Y?OY+??SY+??S?ݶ+??+6??,+??+8??_?;?+?+??N+??)-??N+?+??N+??+-??N+?+??N+??--??N+?+??N+??/-??N+??V?
?&	
?>[?
???
???
?]?
?>
?b
J+?@?W??Y?OY+??)??SY+G??,+??+?ҶS?ݶLN+??-?
?C
?H
?+?+;??,+??+??+e?Ͷ+?߶?'+?+=??,E?W+??L??P?+?+??+??G??Y??W+;??,+??+?Ͷ+??w+ ?+I??,+??+??+??G?Ҷ+?߶?C+!?+=??,K?W??Y?OY+??SY+??+??S?ݶL??P??+#?+;??,+??+e?Ͷ+Y??W+??N+??+??-_??N??'+$?+=??,M?W+??L??P?+%?+??O??,+??)??+??+??-??+??/?Ҷ2N+??-?
?" !#$%
?bP?
???
?O??
??
?>?
?Oh?
?S
???+)?+;??,+??+??Ͷ+?߶?+*?+??N+??-?++?+??)??:+??)??_??:Y??%W+??+??:+??+??_??:N+??-?
?)*+
?%<?
???
?OV
?Y	A+.?+??,??Y?OY+??)??SY+??+??S?ݶN+??-?
?.Y
??r+1?+;??,+??+??+e?Ͷ+?߶?+2?+=??,[?W??P?+4?+;??,+??+??-?Ҷ+N+??-?
?124
?H?
?^
??r+7?+;??,+??+??+e?Ͷ+?߶?+8?+=??,`?W??P?+:?+I??,+??+??-?Ҷ+N+??-?
?78:
?H?
?e
??+>?+??9N?l+?+??+;??,+??+?Ͷ+Y??W+;??,+??+?Ͷ+??"+@?+??m??,+??W?+>?-?S:???+??V?
?>?@>
?A?
?OOW?
?OOO|?
?Oh
?vV+D??MY?÷?N+-?N+E?+m??,+??+??+W+F?+???,+??N+??-?
?DEFm
??+J?+;??,+??+?Ͷ+Y??W+;??,+??+?Ͷ+??++K?+??h??,+??+??+N+??-?+L?+??N+??-?
?JKL
?#=?
?Ok?
?p
?X?+Z?r?WW+[?+??N+??-_??N??$+\?+??,+?ͶN+??-?+]?+;??,+??+ܶͶ+??)+^?+??,+??:+?:?+`?+;??,+??+?Ͷ+Y??*W+??,+????:t?W_??:Y??QW+;??,+???Y?OY+??SY+??S?ݶ+??Y??W+v??,+???߶?=+c?+=??,+??x?W??Y?OY+??S?ݶL?{??P?+f?+??,+????:??Y?OY}?WSY?WS??_??:Y??$W+???,+????W+?Ͷ??Y??\W+;??,+??+?Ͷ+Y??=W+???,+??:??Y?OY+]??SY+???S??_??:??'+j?+=??,??W+??L??P?+k?+??N+??-?
?*
Z[\]^`cfjk
??P?
???
???
?O;?
?O{?
???
?OG?
?Oq?
??
?
u+u???WW+v?+;??,+??+?Ͷ+Y??W+;??,+??+?Ͷ+?߶??+w?+????N??W-_??N??!+x?+???,+??N+??-?+y?p?W??Y?OY+????SY+???,+??S?ݶLN+??-?+z?+??:+???_??:??+{???WN+??-?+|?+;??,+??+3????Ҷ+??+}?+????N+??-?+~?+6??,+??N+??-?
?*
uvwxyz{|}~
?UN?
?O??
???
??
?V?
??
?oS++?C?+??W?+????WW+????N??Y+??-????N+--?N+?w?
?
???
??u+??+??\??,+??W+??+(??,+???+??+-??,+??+??+??+??2N+-?N+??+??N+??-?
?????
??i++?C?+??W?+????WW+??+??CN+?-?N+????Y?OY??WS??N+?-?N+???ON+?C-__S+#?C-__S??Y+??-????N+a-?N+????N??Y+??-????N+R-?N+????N??Y+??-????N+h-?N+????N??Y+??-????N+t-?N+????N??Y+??-????N+-?N+????N??Y+??-????N+-?N+?w?
?&	??????????
?<$+??+??N+???-??N+??V?
???
?/?+??+??,+??N+-?N+??+?????N+??-_??N??v+??+??,?ON+???,+????W???,+???????ڶ?+-__S+¶?-__S?:?S-??NN+??-?+??+=??,??W???,+???????ڶ??P?
?????
???
??
??k+??+??,+??,?ON+h??,+?????+??+???-__S+¶?-__S?:?S-??NN+??-?
???
???+??+(??,+t??+??+t??,??N+-?N+??+?????N+??-_??N??E+??+??N??W???,+G??,+????Ҷ?-_??N+-??+??+??N+??-?
?????
???
?O?
?cK+??+??,??Y?OY+??,+????SY+?????S?ݶN+??-?
???
??+??+;??,+??+t?Ͷ+?߶?+??+??N+??-?+??+?????:+??_??:??3+??+?????:+?????_??:N+??-?+??+??:+??_??:N+??-?
??????
?"=?
???
??
?oS++?C?+ѸW?+öѸWW+Ŷ??N??Y+??-????N+--?N+?w?
?
???
??u+ƶ+??\??,+??W+Ƕ+(??,+ζ?+??+-??,+??+??+??+??2N+-?N+ȶ+??N+??-?
?????
???++?C?+۸W?+ն۸WW+ֶ+ζCN+?-?N+׶??Y?÷?N+?-?N+ٶ??N??Y+??-????N+-?N+ܶ??N??Y+??-????N+-?N+?w?
???????
?4+ڶ+=??,޸W??P?
???
?4+ݶ+=??,?W??P?
???
?oS++?C?+?W?+??WW+???N??Y+??-????N+--?N+?w?
?
???
??u+?+??\??,+??W+?+(??,+??+??+-??,+??+??+??+??2N+-?N+?+??N+??-?
?????
???++?C?+??W?+????WW+??+?CN+?-?N+????Y?÷?N+?-?N+????N??Y+??-????N+-?N+????N??Y+??-???N+-?N+?w?
???????
?4+??+=??,??W??P?
???
?4+??+=??,??W??P?
??
?P8++?C?+???N??Y+??-?
??N+--?N+?w?
?
?|`+?+??\??,+??W+?+(??,+??+??+-??,+??+??+??+??2N+??-?
?


??M++?C?+?W?+3??WW+5?+?CN+?-?N+6???Y?OY?WSY?WSYG?WSY?WSY?WS??N+?-?N+9???N??Y+??-?G??N+a-?N+N???N??Y+??-?L??N+m-?N+R???N??Y+??-?U??N+t-?N+[???N??Y+??-?Z??N+-?N+^???N??Y+??-?_??N+-?N+?w?
?"3569NR[^
???+:?+(??,+e??+??+a???ON+??-__S?:+??+??-^X??NW+;?+????,?W+?Ͷ+N+-?N+?+??N+???-??N+??+??Y??
W+???+@?+ ??,"?W??P?+A?+$??,+??N+??-??N+B?+$??,+??N+??-??N+C?+??Y??W+??N+??-_??N??+D?+=??,&?W??P?+E?+??Y?? W+???,+??N??-_??N??+F?+=??,(?W??P?+G?*?WN+-?-N+H?+???,+H???Y+?ɲ?N-?=?O:+?@S?C:+??_?9,_?-???N+??G-??N+I?+???2+J?+???,+??E?W?+N+??-??N? +L?+??N+??-??N+??V?
?N:;<=>?@ABCDEFGHHIJL
???
?
?O(?
?
???
?
?O??
?
???
?
?O?
?
???
????
??.
?W???+H?+??9N?t+?+H?+H?+???,+??+?1?++???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+H?-?S:???+??V?+?????]???]????
?HHHH
?q?
??
?OO]?
???
?OO
?3??
?O??
?H
?{G+O?+??N+??-_?N??"+P?+??J??,+??W?+??V?
?
OP
?>?
?M
???+S?+???Ҷ?+T?O?WN+-?N?J+U?+???Ҷ?+V?Q?WN+-?N?+X?S?WN+-?N+Y?+??+???Ҷ{N+??-?
?STUVXY
?01?
?b?
?x?
?V
?4+\?+=??,X?W??P?
?\[
?4+_?+=??,]?W??P?
?_t
?S
?+u?v?WW+w?+??N+??-_??N?? +x??MY?÷?N+-?N?+y?+x??,+??z?W?+Y??2W+;??,+???Y?OY+k??SY+??S?ݶ+??++z?+??z??,+??+??+N+??-?+{?+;??,+??+e?Ͷ+???+|?+|??,+???9:?i??:2:+?:2:+?:+}?+??:+??_??:??+~?+??+???N+??-?+|??S:????+?+??N+??-?
?.uwxyz{|}~|
?nL?
???
?O??
??
?OOu?
?O??
??
??Y+????WW+??+?????N+??-_??N??+??+??N+??-?+??+?????:+?:+???MY?÷?:+?:?=+??+??J??,+??W+??+?????:+?:+??+?????:+??_??:????+???MY?÷?:+?:+??+????Ҷ9:?=+?+??+??J??,+???,+??+??+???W+???S:???+??+??9:??+?+???MY?÷?:+?:+??+????Ҷ9:?E+?+??+??J??,+???,+??+?????+???W+???S:???+??+??:+?:+???S:??A+??+??N+??-?
?R????????????????????
??	I?
???
???
?"?
?OO\?
?O??
?OO??
?OOOO?
?OOO2?
?OO?
??+????WW+???MY?÷?N+-?N+??+??9N?++?+??+;??,+??+}?Ͷ+Y?? W+?????:+g??_??:??(+??+?????,+????ҶW??+??+;??,+??+??Ͷ+Y??HW+???,+??:??_??:Y??!W+???ֶ?:+g??_??:??++??+?????,+?????ڶW?+??+??J??,+??W+??-?S:???+??+???,+??N+-?-N+??+???,+?1?N+???,+??-_??N???+???MY?÷?N+-?N+??+??9N?g+?+??+??:+?1_??:??>+??+??J??,+??W+¶+?1???,+??W?+??-?S:???+ö+??N+-?N+Ķ+4?Ͷ?"+?1?߶?+?1+8??_?;??+ʶ+???,+??N+-?-N+˶+??9N??+?-+̶+;??,+?1+?Ͷ+?߶???+ζ+???,+ζ??Y+?ɲ?:???O:+?@S?C:+?1??Y?OY+?1S????_?9,_??????"+Ҷ+?1???,+?1?W?+˶-?S:??-+Ӷ+???,+Ӷ??Y+?ɲ?N-???O:+?@S?C:+??_?9,_?-???N+??-?
?r????????????????????????????
?
;?
?OO??
?OOO??
?OO?
?OOOG?
?OOc?
?O??
?OO[?
?OO??
?O??
?O??
?OO?
?OO??
?OO?
??,?+϶+??9N??+?+ж+;??,+??+k?Ͷ+Y??!W+?????:+??_??:?߶??+ζ+ζ+;??,+??+?Ͷ+Y??W+I??,+?1+??++???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW?+϶-?S:??+??V?+??????????????
??????
???
??
?OO_?
?OOO??
?OOO??
???
?OO
?3??
?O?
??
?sԧ?+Ӷ+??9N??+?+Ӷ+??:+?1_??:??a+Ӷ+Ӷ+??+???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW?+Ӷ-?S:??j+??V?+?????G???G????
??????
?q?
??
?OOp?
???
?OO
?3??
?O??
??
??6+ض+????Ҷ߶?2+ٶ+=??,??W+6??,+???L??P?+ڶ+???,+??N+-?N+۶+???,+????ҶN+-?N+ܶ+??N+??-_??N???+ݶ+=??,??W??Y?OY+޶+??N+??-_??N????W?	??WSY+6??,+??SY+??SY+??S?ݶL??P?+??V?
????????
?pJ?
???
?O
?S??
?
???
?	O
?S??
?
?S-?
??
??
?+??+????N+-?-N+???Y?÷?N+-?-N+?+???J??,+?1ǶҶW+???N??Y+??-???ON-+?@S-+?@S-+?@S-?CN+(??Ҷ?,+?1?,-?N-N+-?N+??+??N+??-?
???????
?H+?+??N+-?N+??+?1+???N+??-?+?=:+=?ͶI?7+?+?1??:?:+??^X??:N+??-??+ʶͶI??+?+?1??:?:+??^X??::+?:+?+???,+?1?:+?1_??:??+??+?1Ƕ?,??W?+??+??:+?1+????:+??+??N+??-????*1K*11K
?"????????
?u1?
?OKwKz?
?OE?
?OE
?9K<?
?OE?K?
?oS++?C?+۸W?+??۸WW+????N??Y+??-????N+--?N+?w?
?
???
?|`+?+??\??,+??W+?+(??,+ض?+??+-??,+??+??+??+??2N+??-?
?
?
??j++?C?+?W?+.??WW+0?+ضCN+?-?N+1???Y?OY??WSY??WSY??WSY?WS??N+?-?N+3??ON+?C-__S+?C-__S??Y+??-????N+--?N+N???N??Y+??-????N+h-?N+X???N??Y+??-????N+m-?N+\???N??Y+??-????N+t-?N+d???N??Y+??-????N+?-?N+m???N??Y+??-?
??N+ֶC,-?N-N+R-?N+|??ON+?C-__S+?C-__S??Y+??-???N+z-?N+????N??Y+??-???N+-?N+????N??Y+??-???N+-?N+????N??Y+??-???N+-?N+????N??Y+??-? ??N+-?N+?w?
?:.013NX\dm|?????
?
++4?+(??,+}??+??+-???ON+??-__S+??-__S+??-__S?:+??+??-^X??NN+-?N+5?+??N+??-_??N???+6?+??N+???-??N+7?+??N+???-??N+8?+??N+???-??N+9?+??,+??,??Y?OYg?WS?ݶ?N+???-??N+:?+??N+??-?+;?+;??,+??+??Ͷ+?߶?+?+???,+??:+?:+@?+???,+??:??_??:??+A?+???ֶ?N+??-??+B?+l??,+??:+?????:+C?+??:+?????:+D?+??:+?????:+G?+??z??,??:+?:+H?+;??,+??+??Ͷ+??;+I?+??,+??,+???:+?????:?-+K?+??,+??:+?????:+L?+??N+??-?
?V456789:;<=>@ABCDGHIKL
?l5?
?
?x?
?
??
??
???
??
??
??+??+??+O?+?????N+??-_??N??+P?+??N+??-?+Q?+???,+Q???Y+?ɲ?:???O:+?@S+?@S?C:+?????_?9,_????:+?:+R?+h??,+?????+?1+?1??:+?:+S?+??:+?????_??:Y??W+??:+?????_??:??+U?+??N+??-?+V?+??O??,?O:+??__S+??__S+¶?__S?:?S??:N+??-?
?"OPQQRSUV
?=G?
?2?
??OL?
???
?[???+Q?+??9N?y+?+Q?+Q?+h??,+??+?1+?1??+???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+Q?-?S:??{+??V?+?????X???X????
?QQQQ
?q?
??
?OOb?
???
?OO
?3??
?O??
??
??Z+Y?+?????Y??W+????Ҷ?)+Z?+m??,+?????+??+W?+??V?
?
YZ
?#%?
?OQ?
??
?>?+]?+?????N+??-_??N??3+^?+(??,+}??+??+t??,??N+??-?+_?+??z??,??:+?:+`?+;??,+??+??Ͷ+?߶?"+a?+6??,+??N+??-?+b?+???ֶ????,+??N+??-?
?]^_`ab
?#W?
???
??
??#+e??MY?÷?N+-?N+f?+?????ڶ9N??+?+g?+;??,+??+??Ͷ+?߶?-+h?+??J??,+G??,+???W?5+j?+??J??,+???ֶ????,+???W+f?-?S:??g+k?+(??,+}??+??+t??,????WA?WC??,+???L?{N+??-?
?efghjfk
?>6?
?OO??
?OO??
?O
?|?+o?+??N??Y?÷?-_??N??+p?+=??,?W??P?+q?+;??,+??+??Ͷ+?߶?)+r???Y?OY+??S??N+-?N?+s?+?????N+??-_??N??+t??WN+-?-N?+v??WN+-?-N+w?+???,+w???Y+?ɲ?N-?	?O:+?@S?C:+??_?9,_?-???N+-?N+x?+??N+g??-_??N??#+y?+???,+??+??+W?+z?+??O??,?ON+??-__S+??-__S+¶?-__S?:S?S-??NN+??-?
?2opqrstvwwxyz
?U@?
???
???
???
???
??
?W???+w?+??9N?t+?+w?+w?+???,+??+?1?++???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+w?-?S:???+??V?+?????]???]????
?wwww
?q?
??
?OO]?
???
?OO
?3??
?O??
?
?P?+}?+??N+g??-_??N??+~?+g??N+??-?+?+z??,+??+??+???:+?:+??+???,+??:+?:+??+???,+??:??_??:??+??+???ֶ?N+??-?+????Y?OY+g??S??+??{N+??-?
?}~????
?#5?
???
?
??+??+;??,+??+}?Ͷ+??0+??+????N+????-_??NN+??-?+??+??:+g??_??:??1+??+??z??,??:+??_??:N+??-?+??+??:+??_??:N+??-?
??????
?"Q?
???
?
?2+??+????N+??-?
??
?4+??+=??,?W??P?
??
?4+??+=??,?W??P?
??%
?oS++?C?+'?W?+??'?WW+????N??Y+??-?*??N+--?N+?w?
?
??(
?|`+??+??\??,+??W+??+(??,+$??+??+-??,+??+??+??+??2N+??-?
?
??-
???++?C?+/?W?+??/?WW+??+$?CN+?-?N+????Y?÷?N+?-?N+????N??Y+??-?4??N+ֶC,-?N-N+R-?N+?w?
?????0
??
f+??+???,+??2?W?+N+-?N+??+g?ͻ?Y?OY+??SY+??,+?ͶS?ݶ?N+??-?
?
??7
??+??9?WW+??+4?Ͷ?.+;??,+??+k?Ͷ+???V+8??_?;??+??+?????N+-?N+??+?????N+??-_??N????+??+??N+??-?
??????
?0M?
?P?
?k?
?<
???+Ŷ>?WW+ƶ+4?Ͷ?L+;??,+??+k?Ͷ+Y??W+;??,+??+k?Ͷ+???V+8??_?;?+ȶ+???,+??N+???,+??-_??NN+??-?
????
?#V?
?Ok?
?C
??+жE?WW+Ѷ+???N+-?N+Ӷ+|??,+??G?????ڶ?9N????:2:+?:2:+?:+Զ+;??,+??+k?Ͷ+Y??%W+???,+??:+]??_??:??3+ն+??G??+???ֶ{??:+?:?+Ӷ-?S:??M+ֶ+??N+??-?
????????
?ER?
?OO??
?OO
?O??
?OL
???+ݶN?WW+޶+;??,+??P??+??R?Ҷ+??*+???N??Y+??-?Y??N+-?N?'+???N??Y+??-?\??N+-?N+??+Z??,+??N+??-?
??????
?!d?
???
?S
?j+?+??P??U??,+??N+-?N+?+??N+??-_??N??+?+??N+??-?+?+??P??:+???,+??G?W??Y?÷ݶ?_??:??+?+¶?N+??-?+?+??P??W??,???9:?h+?+?+;??,+??+k?Ͷ+???;+?+I??,+??+??+??+?+¶?N+??-?+??S:???+??+??N+??-?
?.???????????
?b_?
???
???
?OO	?
?OOA?
?OZ
??g+?+??P??Y??W+I??,+??+??P?Ҷ+??+?+¶?N+??-?+?+??N+??-?
????
?#5?
?OQ?
?a
???++?C?+c?W?+?c?WW+??ON+?C-__S+?C-__S+?C-__S+?C-__S+?C-__S??Y+??-??f?W??N+--?N+]???N??Y+??-????N+a-?N+j???N??Y+??-????N+??C,-?N-N+?-?N+p???N??Y+??-????N+??C???,-?N-N+?-?N+x???N??Y+??-????N+??C,-?N-N+?-?N+~???N??Y+??-????N+??C???,-?N-N+?-?N+????N??Y+??-????N+m-?N+????N??Y+??-????N+h-?N+????N??Y+??-????N+t-?N+????N??Y+??-????N+?-?N+???ON+?C-__S+?C-__S??Y+??-????N+z-?N+????N??Y+??-????N+-?N+????N??Y+??-????N+-?N+????N??Y+??-????N+ֶC,-?N-N+R-?N+???N??Y+??-????N+-?N+???N??Y+??-????N+-?N+????N??Y+??-????N+-?N+???N??Y+??-???N+	-?N+?w?
?N]jpx~???????????d
?<	++?f?WW+?+??N+??-_??N???+?+4?Ͷ?-+??N+??-_??N???V+8??_?;?+?+4?Ͷ?W+h??,+???Y+?ɲ?N-?k??:+??_?9,_?-?????+??+8??_?;???+?+4?Ͷ?.+??N+??-_??N??+??+8??_?;?+?+4?Ͷ?.+??N+??-_??N??+??+8??_?;?+?+4?Ͷ?0+??N+??-_??N??+??+8??_?;?+?+l??,+??N+-?N+?+??N+
-?N+?+??9N??+?+?+??:+]??_??:??+ ?+=??,m?W??P?+!?+;??,+??+k?Ͷ+Y??!W+?????:+]??_??:??g+#?+
??:+??_??:??+$?+=??,o?W??P?+&?+?????:+
?:?+?-?S:???+'?+
??N+??-_??N??+(?+??N+
-?N?D+*?+???,+??N+-?N++?+???,+
??N+-?-N+,?+??N+?1-_?rN?߶??+-?+=??,t?W??Y?OYA?WC??,+0???Y+?ɲ?N-?w?O:+?@S?C:+??_?9,_?-???SYA?WC??,+1???Y+?ɲ?N-?z??:+
??_?9,_?-???S?ݶL??P?+2?+
??N+-?N+4?+??N+-?N+5?+??N+??-_??N??,+6?+????,P?W?N+-?N?+7?+??N+??-_??NY??DW+??,+??N+??R??-_??NY??W+??N+??-_?N??2+8???Y?OY+??S??+??{N+-?N?+9?+???,+9???Y+?ɲ?N-?}??:+??_?9,_?-???N+-?N+?+?????,??Y?OY??WSY+??SYP?WSY+??S???W+??+(??,+k??+??+-??,+??+??+??+??2N+-?N+A?+??N+???-??N+D?+F?+???C+???,+D???Y+?ɲ?N-????:+??_?9,_?-????
+??N+???-??N+H?+K??,+??N+???-??N+J?+??N+??-_??N??#+K?+??N+???-??N?+Q?U?WN+??-_?NY??
W+??Y??4W+???,+??U???W??W??N??W-_??N??.+U?+`??,+??N+??U-??N?+W?+??Y??W+x??,+???W?+??'+X?+????N+???-??N?+Y?+Y?+???!+??,+??z??,????$+(??,+k??+??+??,??N+???-??N+[?+??N+??-?
??6 !#$&'(*+,-0124567899<<==>?ADFDHJKQUWXYY[
?m?
???
?
???
??
?V?
???
???
?OO*?
?OOm?
?OOO??
?OO??
?O$?
?OO?
?Oe?
?
???
?*?
?O_?
?F?
?
??F?
??M?
?
??O??
????
??O'?
??OX?
????
??O??
????
??	?
??Oi
?W???+?+??9N?u+?+?+?+;??,+??+e?Ͷ++???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+?-?S:??+??V?+?????\???\????
?
?q?
??
?OO^?
???
?OO
?3??
?O??
?u
?{ܧ?+0?+??9N??+?+0?+??:+?1_?:??l+0?+0?+/??,+??+???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW?+0?-?S:??_+??V?+?????<?????N+-?N+f???N??Y+??-?C??N+-?N+?w?
?LN`f0
???+P?+?????N+??-_??NY??W+B??,+??+a?Ͷ+?߶?8+S?+(??,+,??+??+R??,+??N+??-?+T?+??:??Y?÷?_??:??H+U?+(??,+,??+??+R??,??Y?OY+???S?ݶN+??-?+V?+;??,+??+??Ͷ+?߶?,+W???Y?OY+??S??:+?:?+X?+???,+??:??_??:Y??"W+???ֶ?:+???_??:???+Y?2?W:+?-:+Z?+???,+???ֶ?+?1?+:+?:+[?+(??,+,??+??+R??,??Y?OY+??SY+???S?ݶN+??-?+\?4?W:+?-:+]?+???,+]???Y+?ɲ?:?7?O:+?@S?C:+??_?9,_????:+?:+^?+(??,+,??+??+R??,+??N+??-?
?:PSTUVWXYZ[\]]^
?lB?
?O}?
???
?9?
???
?O ?
?5
?W???+]?+??9N?t+?+]?+]?+???,+??+?1?++???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+]?-?S:???+??V?+?????]???]????
?]]]]
?q?
??
?OO]?
???
?OO
?3??
?O??
?:
??i+a?+?????N+??-_??N??)+b?+;??,+??+??Ͷ+N+??-?+c?+=??,"+ض??WW+ٶ+??N+??-?
?
???
??+ݶ??WW+޶+?????N+-?N+߶+?????N+-?N+?+?????N+-?N+?+??+????N+-?N+?+?????Y??W??Y?÷?N+-?N+?+?????N+-?N+?+?+???+???,+???
??Y?÷?N+-?N+?+??+???,+????N+-?N+?+???,+??+????+??+?9N????:2:+?:2:+	?:+?+4?Ͷ?/+??:+??_?:???V+8??_?;?+?+	??:+??+????:+?-?S:??d+?+??N+??-?
?>???????????????
?x??
?O??
???
?O]?
?OO??
?OO
???
?O?
?@$+????WW+?+??N+??-?
?
???
? +????WW+??+;??,+??+?Ͷ+???+??+??¶????,??N+-?N+??+??¶????,???9N?r??:2:+?:2:+?:+??+??:+?????_??:??"+??+?????,+??W?+??-?S:???+??+?????,???9N??+?+?+;??,+??+3????Ҷ+??&+?+¶?:+?????:?+?+;??,+??+?Ͷ+??+?+???,+??W?+??-?S:??`?+?+¶?N+???-??N?"+?=N-+=?ͶI?
+??-?+?+??N+??-????K
?B?????????
??	z?
?OO??
?O?
?OOk?
?OO??
?OO??
???
?K??
?E??
?E?
??
w+??+???WW+???N??Y+??-???ON-+?@S-?CN+(??Ҷ?,+?1?,-?N-N+-?N+?+??N+??-?
??
??f+?+?1??N?:+??+??-^X??NN+-?N+?+???,+??N+-?N+?+??N+??-?
??
?F*+???WW+?+???,??W??P?
?
?
?@$+=?øWW+>?+???N+??-?
?
=>?
???++?C?+ʸW?+F?ʸWW+H???N??Y+??-????N+-?N+M???N??Y+??-????N+-?N+^???N??Y+??-????N+?-?N+?w?
?FHM^?
??x+I?+???N+?????-_?N??8+J?+(??,+Ƕ?+??+??,+??N+??-?+K?+=??,͸W??P?
?IJK
?\?
??
??N+N?+??%?Ҷ߶?+P?+??N+??-?+R?+??:+???_??:??+T?+¶?N+??-?+W?+??Ҷ?,??:+?:+Y?+??9:??+?-+Z?+???,+Z???Y+?ɲ?:???O:+?@S?C:+??G??_?9,_?????߶?+[?+#??N+??-?+Y??S:??l+\?+¶?N+??-?
?.NPRTWYZZ[Y\
?K1?
?k?
???
?OO%?
?O?
?_ħ?+Z?+??9N?{+?+Z?+Z?+?1:+??¶?_??:+???3:-SS+?7?+?7:2?ON2?O:+?;Y?E??K??OW+Z?-?S:??y+??V?+?????V???V????
?ZZZZ
?q?
??
?OOd?
???
?OO
?3??
?O??
??
?K
?+`??MY?÷?N+-?N+a?+??G?Ҷ9N?v+?+b?+???,+??%?W+#?Ͷ?Y??W+????:??W_??:??"+c?+??J??,+??W?+a?-?S:??~+f?+???,??N+-?N+g?+??9N??+?+h?+??¶?ڶ?,???9:?{+?+j?+??G?Ҷ9:?}+?+k?+??:	+??	_??:	Y??GW+??:	+??¶?	_??:	Y??$W+???,+??%?W+#?Ͷ?߶?	???+j??S:??v+o?+??	??,?W???Y???W+??:	ܸW	_??:	Y??dW+??:	%?W	_??:	Y??FW+??:	¸W	_??:	Y??(W+??:	??W	_??:	Y??
W+??:	??W	_??:	Y???W+??:	ҸW	_??:	Y???W+??:	??W	_??:	Y???W+??:	??W	_??:	Y???W+??:	??W	_??:	Y??tW+??:	??W	_??:	Y??VW+??:	P?W	_??:	Y??8W+??:	?W	_??:	Y??W+??:	?W	_??:	??"+}?+??޶?,+??W?+h??S:??x+g?-?S:??;+?+??N+??-?
?B`abcafghjkjo}hg
?/3?
?OO??
?OOO??
?O??
?OO?
?OOOO2	?
?OOOOOO?
?
?OOOOOOO?K??
?OOOOOd	?
?OOOOOOO??
?OOO??
?OO?
??{++?C?+?W?+???WW+??+ǶCN+?-?N+????Y?÷?N+?-?N+??+¶CN+%-?N+?w?
??????
?gK++?C?+????Y?÷?N+?-?N+??+7?Cw??N+P-?N+?w?
?
???
?gK++?C?+????Y?÷?N+?-?N+??+7?Cy??N+P-?N+?w?
?
???
?~b++?C?+????Y?÷?N+?-?N+????N??Y+??-????N+"?C,-?N-N+?-?N+?w?
?
???
?(+??+??V?
???
?~b++?C?+????Y?÷?N+?-?N+????N??Y+??-????N+"?C,-?N-N+?-?N+?w?
?
???
?(+??+??V?
???
?~b++?C?+????Y?÷?N+?-?N+????N??Y+??-???N+"?C,-?N-N+-?N+?w?
?
???
?(+??+??V?
??
?~b++?C?+????Y?÷?N+?-?N+????N??Y+??-?	??N+"?C,-?N-N+-?N+?w?
?
??
?(+??+??V?
??
?gK++?C?+¶??Y?÷?N+?-?N+ö+7?C???N+P-?N+?w?
?
??
?~b++?C?+ƶ??Y?÷?N+?-?N+ȶ??N??Y+??-???N+"?C,-?N-N+-?N+?w?
?
??
?(+ʶ+??V?
??
?gK++?C?+Ѷ??Y?÷?N+?-?N+Ҷ+7?Co??N+P-?N+?w?
?
??
?gK++?C?+ٶ??Y?÷?N+?-?N+ڶ+7?C???N+P-?N+?w?
?
??
?gK++?C?+޶??Y?÷?N+?-?N+߶+7?C???N+P-?N+?w?
?
??"
?gK++?C?+???Y?÷?N+?-?N+?+7?C}??N+P-?N+?w?
?
??%
?gK++?C?+???Y?÷?N+?-?N+?+7?C???N+P-?N+?w?
?
??(
?gK++?C?+???Y?÷?N+?-?N+?+7?C???N+P-?N+?w?
?
??+
?gK++?C?+???Y?÷?N+?-?N+??+7?C???N+P-?N+?w?
?
??.
?gK++?C?+????Y?÷?N+?-?N+??+7?C???N+P-?N+?w?
?
??3
?1++?C?+??+?w?
??:
??m++?C?+???Y?÷?N+?-?N+?+e?CN+P-?N+???N??Y+??-????N+--?N+?w?
?;
???+	?+B??,+??+??Ͷ+??+
?+=??,=?W??P?+?+???ON+e??-__S+??-__S?:+??+??-^X??NN+??-?
?	

???
?D
??r++?C?+???Y?÷?N+?-?N+?+&?CC??N+P-?N+???N??Y+??-?G??N+--?N+?w?
?E
???+?+B??,+??+??Ͷ+??<+?+&??C?Ҳ?N?:+??+??-^X??NN+??-?+?+???O:+&??C??__S+??__S?:+??+??^X??:N+??-?
?
?\?
?J
??m++?C?+???Y?÷?N+?-?N+?+??CN+P-?N+???N??Y+??-?O??N+--?N+?w?
?K
???+?+B??,+??+??Ͷ+??+?+=??,M?W??P?+!?+???ON+???-__S+??-__S?:+??+??-^X??NN+??-?
?!
???
?R
??m++?C?+%???Y?÷?N+?-?N+&?+?CN+P-?N+(???N??Y+??-?W??N+--?N+?w?
?%&(S
???+)?+B??,+??+??Ͷ+??+*?+=??,U?W??P?+,?+???ON+??-__S+??-__S?:+??+??-^X??NN+??-?
?)*,
???
?Z
?gK++?C?+0???Y?÷?N+?-?N+1?+7?C??N+P-?N+?w?
?
01]
?gK++?C?+5???Y?÷?N+?-?N+6?+7?C{??N+P-?N+?w?
?
56`
?gK++?C?+???????????????
????
?OOM??
?OM??
?OOO
?OM=?
?OOO
?OM??
?OK?
?EO
?
?EO?
???+ݶ??WW+߶??N??Y+??-????N+-?N+?+/??,+??N+???-??N+?+??N+???-??N+?+??N+??-?
???????
?,+?+??N+??-?
???
???++?C?+ĸW?+??ĸWW+????Y?÷?N+?-?N+????N??Y+??-????N+$?C,-?N-N+?-?N+???N??Y+??-????N+$?C,-?N-N+)-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+??ON??-__S??Y+??-????N+"?C,-?N-N+?-?N+???N??Y+??-????N+"?C,-?N-N+?-?N+#??ON??-__S??Y+??-????N+"?C,-?N-N+?-?N+'??ON??-__S??Y+??-????N+"?C,-?N-N+?-?N++??ON??-__S??Y+??-????N+"?C,-?N-N+?-?N+/???N??Y+??-???N+"?C,-?N-N+-?N+3???N??Y+??-???N+"?C,-?N-N+-?N+7??ON+?C-__S??Y+??-???N+"?C,-?N-N+
-?N+;???N??Y+??-???N+"?C,-?N-N+-?N+????N??Y+??-???N+"?C,-?N-N+-?N+C???N??Y+??-???N+"?C,-?N-N+-?N+G???N??Y+??-???N+"?C,-?N-N+k-?N+K???N??Y+??-?"??N+"?C,-?N-N+p-?N+?w?
?Z???#'+/37;?CGK?
?(+?+??V?
??
?(+?+??V?
??
?(+	?+??V?
?	?
?(+
?+??V?
?
?
?(+?+??V?
??
?(+?+??V?
??
?(+?+??V?
??
?(+?+??V?
??
?(+!?+??V?
?!?
?(+%?+??V?
?%?
?(+)?+??V?
?)?
?(+-?+??V?
?-?
?(+1?+??V?
?1
?(+5?+??V?
?5	
?(+9?+??V?
?9
?(+=?+??V?
?=
?(+A?+??V?
?A
?(+E?+??V?
?E
?(+I?+??V?
?I 
?(+M?+??V?
?M'
???++?C?+)?W?+Q?)?WW+S???Y?÷?N+?-?N+U???N??Y+??-?,??N+"?C,-?N-N+-?N+Y???N??Y+??-?/??N+"?C,-?N-N+k-?N+?w?
?QSUY*
?(+W?+??V?
?W-
?(+[?+??V?
?[4
???++?C?+6?W?+_?6?WW+a???Y?÷?N+?-?N+c???N??Y+??-?9??N+$?C,-?N-N+;-?N+g???N??Y+??-?>??N+$?C,-?N-N+@-?N+k???N??Y+??-?C??N+$?C,-?N-N+E-?N+o???N??Y+??-?H??N+$?C,-?N-N+J-?N+s???N??Y+??-?M??N+$?C,-?N-N+O-?N+w???N??Y+??-?R??N+"?C,-?N-N+k-?N+?w?
?"_acgkosw7
?(+e?+??V?
?e<
?(+i?+??V?
?iA
?(+m?+??V?
?mF
?(+q?+??V?
?qK
?(+u?+??V?
?uP
?(+y?+??V?
?yW
???++?C?+Y?W?+}?Y?WW+??MY?OY??WSY3?WSY&?WS??N+?-?N+??+??CN+?-?N+??+3?CN+3-?N+??+&?CN+&-?N+?w?
?}???g
?2+??+??i??N+??-?
??r
?7+??+??*??i??N+??-?
??u
???++?C?+w?W?+??w?WW+???MY?OYf?WSYp?WS??N+?-?N+??+f?CN+f-?N+??+p?CN+p-?N+?w?
??????|
?.n
.b*?*???M,+????????M,?S,+?U???????M,?S,?S,+]??????M,+d?????y?M,?S,)S,?S,?S,+-n?????4?M,?S,?S,?S,+\q?????X?M,?S,?S,?S,+ax?????_?M,?S,?S,?S,+h{?????f?M,?S,?S,+m??????k?M,?S,?S,+t???	???r?M,+???
?????M,?S,?S,?S,+a????????M,?S,?S,?S,+-????????M,?S,?S,?S,+h???
?????M,?S,?S,+m????????M,?S,?S,?S,+t????????M,?S,?S,?S,+?????????M,+????????M,?S,?S,?S,?S,+-????????M,?S,+?????????M,+??????$?M,?S,?S,?S,+a????????M,?S,?S,?S,+h???????M,?S,?S,+???????M,?S,+??????
?M,?S,?S,+???????M,?S,?S,+???????M,?S,+t??????"?M,+???????d?M,?S,)S,+S,-S,/S,+a?????=?M,?S,+t?????B?M,?S,?S,+R?????Q?M,?S,?S,+(?? ???U?M,?S,+-??!???X?M,?S,?S,+0??"???]?M,?S,?S,+6??#???b?M,3S,?S,?S,+m=??$???g?M,3S,?S,+lC??%???j?M,?S,?S,?S,+hI??&???o?M,?S,?S,+?O??'?????M,?S,+Gn??(?????M,+????)?????M,?S,)S,?S,?S,?S,+-???*?????M,+t???+?????M,?S,?S,?S,+a???,?????M,?S,?S,?S,+R???-?????M,?S,?S,?S,+h???.?????M,?S,?S,+t???/?????M,?S,+???0?????M,?S,?S,+???1?????M,+????2?????M,?S,)S,?S,?S,?S,+-???3?????M,+????4?????M,?S,?S,+???5?????M,?S,?S,+???6?????M,+????7?????M,?S,)S,?S,?S,?S,+-???8?????M,+????9????M,?S,?S,+???:?????M,?S,?S,+???;????M,+??<????M,?S,)S,?S,?S,+-??=???
?M,+e??>???a	?M,?S,)S,?S,?S,S,S,S,?S,?S,+a9????M,?S,???G?M,?S,?S,+?H??@?M,?S,!???=?M,?S,?S,+mN??A???L?M,?S,?S,+tR??B???U?M,?S,?S,+[??C???Z?M,?S,?S,+^??D???_?M,?S,?S,?S,?S,?S,+?q??E????	?M,?S,?S,?S,?S,?S,?S,?S,?S,?S,+z???F????	?M,?S,?S,?S,?S,?S,?S,?S,?S,?S,+????G?M,?S,?S,?????M,?S,?S,+????H?M,?S,!?????M,?S,?S,+????I?M,?S,!?????M,?S,?S,?S,?S,+????J?????M,?S,?S,?S,?S,+????K?M,?S,?S,?S,?????M,?S,?S,?S,+????L?M,?S,?S,?S,?????M,+????M?????M,?S,)S,?S,?S,+-???N?????M,+}??O???"?M,?S,?S,S,?S,?S,?S,?S,+-3??P?????M,?S,?S,?S,?S,?S,?S,+hN??Q?M,?S,?S,?????M,?S,?S,+?Q??R?M,?S,?S,!?????M,?S,?S,+mX??S?????M,?S,?S,+t\??T?????M,?S,?S,S,?S,+?d??U?????M,?S,?S,S,?S,+Rm??V?M,?S,???
?M,?S,?S,+?w??W?M,?S,!???	?M,?S,?S,?S,?S,+z|??X????M,?S,?S,+???Y????M,?S,+???Z????M,?S,?S,+???[????M,?S,?S,+???\??? ?M,+$???]???,?M,?S,)S,?S,?S,+-???^???*?M,+???_???6?M,?S,?S,+R???`???4?M,S,+????a???;?M,S,S,+B???b???@?M,?S,S,?S,
S,+K???c???I?M,?S,?S,+`???d???^?M,?S,S,S,S,+????e???Y?M,?S,S,+????f???\?M,+k???g???
	?M,?S,)S,?S,?S,?S,?S,S,?S,?S,	S,
S,?S,S,
S,S,S,S, S,"S,?S,$S,&S,+-??h?M,&S,?????M,?S,?S,+???i!???k?M,?S,?S,+?0??j?M,&S,!???w?M,?S,(S,+?1??k!???z?M,?S,S,+?9??l!???}?M,?S,S,+?<??m!?????M,?S,S,+?=??n!?????M,?S,S,+?D??o!?????M,?S,?S,?S,+a]??p?????M,?S,+?j??q?????M,?S,?S,+?p??r?????M,?S,+?x??s?????M,?S,?S,+?~??t?????M,?S,?S,+m???u?????M,?S,?S,?S,?S,?S,*S,+h???v?M,?S,?S,?????M,?S,S,+????w?M,?S,?S,!?????M,?S,+t???x?????M,?S,?S,S,?S,+????y?????M,?S,?S,?S,?S,+z???z?????M,?S,?S,+???{?????M,?S,+???|?????M,?S,?S,,S,.S,?S,?S,0S,?S,+R???}?M,?S,?????M,?S,?S,+????~?M,?S,!?????M,?S,?S,+????!?????M,?S,?S,+?????????M,?S,?S,+?????????M,?S,+?????????M,?S,2S,?S,+	???????M,4S,?S,?S,?S,S,?S,+???????M,+]!?????? ?M,?S,?S,?S,+-9???????M,+?@??????%?M,+?G??????*?M,+,K??????E?M,?S,?S,?S,6S,?S,+RN????M,?S,???9?M,?S,?S,+?]????M,?S,!???7?M,?S,?S,+`??????>?M,?S,?S,+f??????C?M,+am??????O?M,?S,?S,?S,+-{??????M?M,+Q???????w?M,?S,+t???????W?M,?S,?S,S,?S,+????????^?M,?S,?S,?S,8S,+R???????k?M,?S,?S,?S,8S,:S,?S,+i?????M,?S,???u?M,?S,?S,+??????M,?S,!???s?M,+Y?????????M,?S,?S,?S,+-????????M,S,+?????????
?M,?S,?S,@S,BS,DS,FS,S,HS,)S,	?S,+??????????M,?S,?S,?S,+??????????M,?S,JS,2S,>S,?S,+??????????M,LS,NS,+?????M,LS,?????M,?S,?S,?S,+N????M,LS,?????M,?S,?S,+?????????M,?S,+?$????????M,+?A????????M,?S,?S,+H????????M,?S,?S,PS,RS,2S,+M????M,2S,?????M,?S,TS,+?Z????M,2S,!?????M,?S,VS,
S,PS,?S,2S,+?^????????M,+??????????M,+w?????????M,+y?????????M,+??????????M,?S,+??????????M,+??????????M,?S,+??????????M,+?????????M,?S,+????????M,+????????
?M,?S,+???????	?M,+?????????M,+?????????M,?S,+????????M,+o????????M,+i????????M,+????????!?M,+}???????$?M,+????????'?M,+????????*?M,+????????-?M,+????????0?M,+m???????5?M,+???????A?M,?S,?S,?S,+-????????M,+???????I?M,?S,?S,?S,+-??????G?M,+???????Q?M,?S,?S,?S,+-??????O?M,+?$??????Y?M,?S,?S,?S,+-(??????W?M,+/??????\?M,+{4??????_?M,+u9??????b?M,+?@??????e?M,+qE??????{?M,?S,+kH??????i?M,?S,XS,ZS,\S,+pK??????n?M,?S,^S,`S,bS,+UO??????y?M,?S,dS,+?W???!???t?M,?S,dS,+?X???!???w?M,+?]????????M,?S,?S,?S,+-a????????M,+?h????????M,?S,?S,?S,+-l????????M,+?r????????M,?S,?S,?S,+-v????????M,+??????????M,?S,?S,?S,+-?????????M,+c?????????M,fS,hS,jS,lS,?S,?S,nS,+??????????M,)S,?S,pS,+??????????M,?S,+p?????????M,+????????$?M,?S,+??????????M,?S,+)????????M,?S,+?????????M,?S,+?????????M,?S,+?????????M,?S,+?????????M,?S,+?????????M,?S,lS,+?????????M,?S,+?????????M,?S,rS,+?#????????M,?S,tS,+?'????????M,?S,vS,xS,+?+????????M,?S,+/???????M,?S,+3???????M,?S,zS,+
7???????M,?S,+;???????M,?S,|S,+????????M,?S,~S,+C???????M,?S,+kG???????M,?S,S,?S,\S,+pK??????"?M,+&P??????1?M,?S,|S,+U??????,?M,?S,+kY??????/?M,+3^??????T?M,?S,+;c??????9?M,?S,+@g??????>?M,?S,+Ek??????C?M,?S,+Jo??????H?M,?S,+Os??????M?M,?S,+kw??????R?M,+V|??????[?M,?S,+????????k?M,?S,+????????t?M,+*???????y???
????	??
?!??Y???????*???	??
??????
? ??*,-??? $(,048<@DHLPTX\`dhlptx|???????????????????????????????? $(,048<@DHLPTX\`dhlptx|???????????????????????????????? $(,048<@DHLPTX\`dhlptx|???????????????????????????????? $(,048<@DHLPTX\`dhlptx|??????????????????????????????????????????????????????????????????????????????????ð?Ű?ǰ?ɰ?˰?Ͱ?ϰ?Ѱ?Ӱ?հ?װ?ٰ?۰?ݰ?߰?ᰶ㰶尶簶鰶밶???ﰶ????????????????????	??	??	??	??		??	??	
??	??	??	??	??	??	??	??	??	??	!??	#??	%??	'??	)??	+??	-??	/??	1??	3??	5??	7??	9??	;??	=??	???	A??	C??	E??	G??	I??	K??	M??	O??	Q??	S??	U??	W??	Y??	[??	]??	_??	a??	c??	e??	g??	i??	k??	m??	o??	q??	s??	u??	w??	y??	{??	}??	??	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	???	ð?	Ű?	ǰ?	ɰ?	˰?	Ͱ?	ϰ?	Ѱ?	Ӱ?	հ?	װ?	ٰ?	۰?	ݰ?	߰?	ᰶ	㰶	尶	簶	鰶	밶	???	ﰶ	?	?	???	???	???	???	???	???
??
??
??
??
	??
??

??
??
??
??
??
??
??
??
??
??
!??
#??
%??
'??
)??
+??
-??
/??
1??
3??
5??
7??
9??
;??
=??
???
A??
C??
E??
G??
I??
K??
M??
O??
Q??
S??
U??
W??
Y??
[??
]??
_??
a??
c??
e??
g??
i??
k??
m??
o??
q??
s??
u??
w??
y??
{??
}??
??
???
???
???
???
???
???
???
???
???
???
???
???
???
????
??
??
??
??
??
??
??
??
??
??
??
? ?
??
?$?
??
?(?
??
?,?
??
?0?
??
?4?
??
?8?
??
?<?
??
?@?
??
?D?
??
?H?
??
?L?
??
?P?
??
?T?
??
?X?
??
?\?
??
?`?
??
?d?
??
?h?
??
?l?
??
?p?
??
?t?
??
?x?
??
?|?
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
? ?
??
?$?
??
?(?
??
?,?
??
?0?
??
?4?
??
?8?
??
?<?
??
?@?
??
?D?
??
?H?
??
?L?
??
?P?
??
?T?
??
?X?
??
?\?
??
?`?
??
?d?
??
?h?
??
?l?
??
?p?
??
?t?
??
?x?
??
?|?
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
? ?
??
?$?
??
?(?
??
?,?
??
?0?
??
?4?
??
?8?
??
?<?
??
?@?
??
?D?
??
?H?
??
?L?
??
?P?
??
?T?
??
?X?
??
?\?
??
?`?
??
?d?
??
?h?
??
?l?
??
?p?
??
?t?
??
?x?
??
?|?
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
??
? ?
??
?$?
??
?(?
??
?,?
??
?0?
??
?4?
??
?8?
??
?<?
??
?@?
??
?D?
??
?H?
??
?L?
??
?P?
??
?T?
??
?X?
??
?\?
??
?`?
??
?d?
??
?h?
??
?l?
??
?p?
??
?t?
??
?x?
??
?|?
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
???
??
?
?
?
?
??I
?
??J
?
??s
?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy