We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d0608 commit b08363fCopy full SHA for b08363f
src/ninja/__init__.py
@@ -10,7 +10,7 @@
10
from ._version import version as __version__
11
from .ninja_syntax import Writer, escape, expand
12
13
-__all__ = ["__version__", "DATA", "BIN_DIR", "ninja", "Writer", "escape", "expand"]
+__all__ = ["BIN_DIR", "DATA", "Writer", "__version__", "escape", "expand", "ninja"]
14
15
16
def __dir__() -> list[str]:
0 commit comments