LibCST/libcst/__init__.py
2019-07-22 19:53:49 -07:00

11 lines
343 B
Python

# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# pyre-strict
from libcst._maybe_sentinel import MaybeSentinel
from libcst._removal_sentinel import RemovalSentinel
__all__ = ["MaybeSentinel", "RemovalSentinel"]