Loading...
Searching...
No Matches
Go to the documentation of this file.
8Enable ``python oct`` and ``python -m oct`` invocations by delegating to the
13- Provide the ``__main__`` entry point for directory/module-mode invocation.
14- Delegate unconditionally to ``oct.cli:cli``.
15- Contain no logic of its own.
27- Must contain no business logic.
28- Must delegate entirely to ``oct.cli:cli``.
33if __name__ ==
"__main__":