2020-02-01 03:33:39 +03:00
|
|
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
#
|
|
|
|
# This software may be used and distributed according to the terms of the
|
|
|
|
# GNU General Public License version 2.
|
|
|
|
|
2020-02-01 00:17:14 +03:00
|
|
|
from typing import Any
|
|
|
|
|
|
|
|
def __getattr__(name) -> Any: ...
|