# -----------------------------------------------------------------------------
# Copyright (c) Vispy Development Team. All Rights Reserved.
# Distributed under the (new) BSD License. See LICENSE.txt for more info.
# -----------------------------------------------------------------------------

__all__ = ["get_dpi"]

def get_dpi(raise_error: bool = True) -> float: ...
