LICENSE
README.md
pyproject.toml
setup.py
ncjishaku/__init__.py
ncjishaku/__main__.py
ncjishaku/codeblocks.py
ncjishaku/cog.py
ncjishaku/exception_handling.py
ncjishaku/flags.py
ncjishaku/formatting.py
ncjishaku/functools.py
ncjishaku/help_command.py
ncjishaku/hljs.py
ncjishaku/math.py
ncjishaku/meta.py
ncjishaku/models.py
ncjishaku/modules.py
ncjishaku/paginators.py
ncjishaku/py.typed
ncjishaku/shell.py
ncjishaku/types.py
ncjishaku.egg-info/PKG-INFO
ncjishaku.egg-info/SOURCES.txt
ncjishaku.egg-info/dependency_links.txt
ncjishaku.egg-info/entry_points.txt
ncjishaku.egg-info/requires.txt
ncjishaku.egg-info/top_level.txt
ncjishaku/features/__init__.py
ncjishaku/features/baseclass.py
ncjishaku/features/filesystem.py
ncjishaku/features/guild.py
ncjishaku/features/invocation.py
ncjishaku/features/management.py
ncjishaku/features/python.py
ncjishaku/features/root_command.py
ncjishaku/features/shell.py
ncjishaku/features/sql.py
ncjishaku/features/voice.py
ncjishaku/features/scaffolds/cargo/Cargo.toml
ncjishaku/features/scaffolds/cargo/src/main.rs
ncjishaku/features/scaffolds/npm/index.js
ncjishaku/features/scaffolds/npm/package.json
ncjishaku/features/scaffolds/pyright/main.py
ncjishaku/features/scaffolds/pyright/pyrightconfig.json
ncjishaku/repl/__init__.py
ncjishaku/repl/compilation.py
ncjishaku/repl/disassembly.py
ncjishaku/repl/inspections.py
ncjishaku/repl/repl_builtins.py
ncjishaku/repl/scope.py
ncjishaku/repl/walkers.py
tests/__init__.py
tests/manual_test_blockformat.py
tests/manual_test_multiclass.py
tests/manual_test_specialist.py
tests/subclassed_module_1.py
tests/subclassed_module_2.py
tests/test_ast.py
tests/test_cog.py
tests/test_converter.py
tests/test_executorfunc.py
tests/test_hljs.py
tests/test_inspections.py
tests/test_model.py
tests/test_paginator.py
tests/test_repl.py
tests/test_shell.py
tests/test_subclassing.py
tests/utils.py