import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib/python3.14/encodings/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/encodings/__init__.py # code object from '/usr/lib/python3.14/encodings/__pycache__/__init__.cpython-314.pyc' import '_codecs' # import 'codecs' # # /usr/lib/python3.14/encodings/__pycache__/aliases.cpython-314.pyc matches /usr/lib/python3.14/encodings/aliases.py # code object from '/usr/lib/python3.14/encodings/__pycache__/aliases.cpython-314.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571b9f90> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571352b0> # /usr/lib/python3.14/encodings/__pycache__/utf_8.cpython-314.pyc matches /usr/lib/python3.14/encodings/utf_8.py # code object from '/usr/lib/python3.14/encodings/__pycache__/utf_8.cpython-314.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571ba0d0> import '_signal' # import '_abc' # import 'abc' # import '_stat' # import 'stat' # import '_collections_abc' # import 'errno' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib/python3.14/site-packages' import 'site' # # extension module 'readline' loaded from '/usr/lib/python3.14/lib-dynload/readline.cpython-314-x86_64-linux-gnu.so' # extension module 'readline' executed from '/usr/lib/python3.14/lib-dynload/readline.cpython-314-x86_64-linux-gnu.so' import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f85570886e0> # /usr/lib/python3.14/__pycache__/rlcompleter.cpython-314.pyc matches /usr/lib/python3.14/rlcompleter.py # code object from '/usr/lib/python3.14/__pycache__/rlcompleter.cpython-314.pyc' import 'atexit' # # /usr/lib/python3.14/__pycache__/inspect.cpython-314.pyc matches /usr/lib/python3.14/inspect.py # code object from '/usr/lib/python3.14/__pycache__/inspect.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/annotationlib.cpython-314.pyc matches /usr/lib/python3.14/annotationlib.py # code object from '/usr/lib/python3.14/__pycache__/annotationlib.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/ast.cpython-314.pyc matches /usr/lib/python3.14/ast.py # code object from '/usr/lib/python3.14/__pycache__/ast.cpython-314.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85570b9150> # /usr/lib/python3.14/__pycache__/enum.cpython-314.pyc matches /usr/lib/python3.14/enum.py # code object from '/usr/lib/python3.14/__pycache__/enum.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/types.cpython-314.pyc matches /usr/lib/python3.14/types.py # code object from '/usr/lib/python3.14/__pycache__/types.cpython-314.pyc' import '_types' # import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f855704fc50> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85570b96a0> # /usr/lib/python3.14/__pycache__/keyword.cpython-314.pyc matches /usr/lib/python3.14/keyword.py # code object from '/usr/lib/python3.14/__pycache__/keyword.cpython-314.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f855704f950> import 'annotationlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571670b0> # /usr/lib/python3.14/__pycache__/dis.cpython-314.pyc matches /usr/lib/python3.14/dis.py # code object from '/usr/lib/python3.14/__pycache__/dis.cpython-314.pyc' # /usr/lib/python3.14/collections/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/collections/__init__.py # code object from '/usr/lib/python3.14/collections/__pycache__/__init__.cpython-314.pyc' import 'itertools' # # /usr/lib/python3.14/__pycache__/operator.cpython-314.pyc matches /usr/lib/python3.14/operator.py # code object from '/usr/lib/python3.14/__pycache__/operator.cpython-314.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e926d0> # /usr/lib/python3.14/__pycache__/reprlib.cpython-314.pyc matches /usr/lib/python3.14/reprlib.py # code object from '/usr/lib/python3.14/__pycache__/reprlib.cpython-314.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e927b0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ea45f0> import 'io' # # /usr/lib/python3.14/__pycache__/opcode.cpython-314.pyc matches /usr/lib/python3.14/opcode.py # code object from '/usr/lib/python3.14/__pycache__/opcode.cpython-314.pyc' import '_opcode' # # /usr/lib/python3.14/__pycache__/_opcode_metadata.cpython-314.pyc matches /usr/lib/python3.14/_opcode_metadata.py # code object from '/usr/lib/python3.14/__pycache__/_opcode_metadata.cpython-314.pyc' import '_opcode_metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8557147dd0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f05230> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8557076990> # /usr/lib/python3.14/importlib/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/importlib/__init__.py # code object from '/usr/lib/python3.14/importlib/__pycache__/__init__.cpython-314.pyc' import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8557147e90> import 'importlib.machinery' # # /usr/lib/python3.14/__pycache__/linecache.cpython-314.pyc matches /usr/lib/python3.14/linecache.py # code object from '/usr/lib/python3.14/__pycache__/linecache.cpython-314.pyc' import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ecaaf0> # /usr/lib/python3.14/re/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/re/__init__.py # code object from '/usr/lib/python3.14/re/__pycache__/__init__.cpython-314.pyc' # /usr/lib/python3.14/re/__pycache__/_compiler.cpython-314.pyc matches /usr/lib/python3.14/re/_compiler.py # code object from '/usr/lib/python3.14/re/__pycache__/_compiler.cpython-314.pyc' import '_sre' # # /usr/lib/python3.14/re/__pycache__/_parser.cpython-314.pyc matches /usr/lib/python3.14/re/_parser.py # code object from '/usr/lib/python3.14/re/__pycache__/_parser.cpython-314.pyc' # /usr/lib/python3.14/re/__pycache__/_constants.cpython-314.pyc matches /usr/lib/python3.14/re/_constants.py # code object from '/usr/lib/python3.14/re/__pycache__/_constants.cpython-314.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85570d6330> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ebec10> # /usr/lib/python3.14/re/__pycache__/_casefix.cpython-314.pyc matches /usr/lib/python3.14/re/_casefix.py # code object from '/usr/lib/python3.14/re/__pycache__/_casefix.cpython-314.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ee6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ebedf0> # /usr/lib/python3.14/__pycache__/functools.cpython-314.pyc matches /usr/lib/python3.14/functools.py # code object from '/usr/lib/python3.14/__pycache__/functools.cpython-314.pyc' import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ee57d0> # /usr/lib/python3.14/__pycache__/copyreg.cpython-314.pyc matches /usr/lib/python3.14/copyreg.py # code object from '/usr/lib/python3.14/__pycache__/copyreg.cpython-314.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ee3850> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f41860> # /usr/lib/python3.14/__pycache__/tokenize.cpython-314.pyc matches /usr/lib/python3.14/tokenize.py # code object from '/usr/lib/python3.14/__pycache__/tokenize.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/token.cpython-314.pyc matches /usr/lib/python3.14/token.py # code object from '/usr/lib/python3.14/__pycache__/token.cpython-314.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f62690> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ee32a0> # /usr/lib/python3.14/__pycache__/weakref.cpython-314.pyc matches /usr/lib/python3.14/weakref.py # code object from '/usr/lib/python3.14/__pycache__/weakref.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/_weakrefset.cpython-314.pyc matches /usr/lib/python3.14/_weakrefset.py # code object from '/usr/lib/python3.14/__pycache__/_weakrefset.cpython-314.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f62bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556ed0bf0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571bd940> # /usr/lib/python3.14/__pycache__/warnings.cpython-314.pyc matches /usr/lib/python3.14/warnings.py # code object from '/usr/lib/python3.14/__pycache__/warnings.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/_py_warnings.cpython-314.pyc matches /usr/lib/python3.14/_py_warnings.py # code object from '/usr/lib/python3.14/__pycache__/_py_warnings.cpython-314.pyc' import '_contextvars' # import '_py_warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f63590> import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85570a90d0> import 'rlcompleter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f85571bde00> Python 3.14.3 (main, Feb 13 2026, 15:31:44) [GCC 15.2.1 20260209] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib/python3.14/_pyrepl/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/__init__.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/__init__.cpython-314.pyc' import '_pyrepl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f63710> # /usr/lib/python3.14/_pyrepl/__pycache__/readline.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/readline.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/readline.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/__future__.cpython-314.pyc matches /usr/lib/python3.14/__future__.py # code object from '/usr/lib/python3.14/__pycache__/__future__.cpython-314.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556dd13d0> # /usr/lib/python3.14/__pycache__/dataclasses.cpython-314.pyc matches /usr/lib/python3.14/dataclasses.py # code object from '/usr/lib/python3.14/__pycache__/dataclasses.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/copy.cpython-314.pyc matches /usr/lib/python3.14/copy.py # code object from '/usr/lib/python3.14/__pycache__/copy.cpython-314.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556dd2150> import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556dd1f10> # /usr/lib/python3.14/_pyrepl/__pycache__/commands.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/commands.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/commands.cpython-314.pyc' # /usr/lib/python3.14/_pyrepl/__pycache__/trace.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/trace.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/trace.cpython-314.pyc' import '_pyrepl.trace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556dd3710> import '_pyrepl.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556dd2030> # /usr/lib/python3.14/_pyrepl/__pycache__/historical_reader.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/historical_reader.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/historical_reader.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/contextlib.cpython-314.pyc matches /usr/lib/python3.14/contextlib.py # code object from '/usr/lib/python3.14/__pycache__/contextlib.cpython-314.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e155b0> # /usr/lib/python3.14/_pyrepl/__pycache__/input.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/input.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/input.cpython-314.pyc' # extension module 'unicodedata' loaded from '/usr/lib/python3.14/lib-dynload/unicodedata.cpython-314-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib/python3.14/lib-dynload/unicodedata.cpython-314-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556d96490> import '_pyrepl.input' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e15c70> # /usr/lib/python3.14/_pyrepl/__pycache__/reader.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/reader.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/reader.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/_colorize.cpython-314.pyc matches /usr/lib/python3.14/_colorize.py # code object from '/usr/lib/python3.14/__pycache__/_colorize.cpython-314.pyc' import '_colorize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e167b0> # /usr/lib/python3.14/_pyrepl/__pycache__/console.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/console.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/console.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/code.cpython-314.pyc matches /usr/lib/python3.14/code.py # code object from '/usr/lib/python3.14/__pycache__/code.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/traceback.cpython-314.pyc matches /usr/lib/python3.14/traceback.py # code object from '/usr/lib/python3.14/__pycache__/traceback.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/textwrap.cpython-314.pyc matches /usr/lib/python3.14/textwrap.py # code object from '/usr/lib/python3.14/__pycache__/textwrap.cpython-314.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e89070> # /usr/lib/python3.14/__pycache__/codeop.cpython-314.pyc matches /usr/lib/python3.14/codeop.py # code object from '/usr/lib/python3.14/__pycache__/codeop.cpython-314.pyc' import 'codeop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e8b230> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e88dd0> import 'code' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e888f0> import '_pyrepl.console' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e171d0> # /usr/lib/python3.14/_pyrepl/__pycache__/utils.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/utils.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/utils.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/typing.cpython-314.pyc matches /usr/lib/python3.14/typing.py # code object from '/usr/lib/python3.14/__pycache__/typing.cpython-314.pyc' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e8ae70> # /usr/lib/python3.14/_pyrepl/__pycache__/types.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/types.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/types.cpython-314.pyc' import '_pyrepl.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c11d90> import '_pyrepl.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e17650> import '_pyrepl.reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e15eb0> import '_pyrepl.historical_reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e14f50> # /usr/lib/python3.14/_pyrepl/__pycache__/completing_reader.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/completing_reader.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/completing_reader.cpython-314.pyc' import '_pyrepl.completing_reader' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556e16750> # /usr/lib/python3.14/_pyrepl/__pycache__/_module_completer.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/_module_completer.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/_module_completer.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/pkgutil.cpython-314.pyc matches /usr/lib/python3.14/pkgutil.py # code object from '/usr/lib/python3.14/__pycache__/pkgutil.cpython-314.pyc' # /usr/lib/python3.14/importlib/__pycache__/_abc.cpython-314.pyc matches /usr/lib/python3.14/importlib/_abc.py # code object from '/usr/lib/python3.14/importlib/__pycache__/_abc.cpython-314.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c44e30> import 'importlib.util' # import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c446b0> import '_pyrepl._module_completer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c13ad0> # /usr/lib/python3.14/_pyrepl/__pycache__/unix_console.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/unix_console.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/unix_console.cpython-314.pyc' # extension module 'select' loaded from '/usr/lib/python3.14/lib-dynload/select.cpython-314-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib/python3.14/lib-dynload/select.cpython-314-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556cb8190> # /usr/lib/python3.14/__pycache__/signal.cpython-314.pyc matches /usr/lib/python3.14/signal.py # code object from '/usr/lib/python3.14/__pycache__/signal.cpython-314.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c45c70> # /usr/lib/python3.14/__pycache__/struct.cpython-314.pyc matches /usr/lib/python3.14/struct.py # code object from '/usr/lib/python3.14/__pycache__/struct.cpython-314.pyc' # extension module '_struct' loaded from '/usr/lib/python3.14/lib-dynload/_struct.cpython-314-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib/python3.14/lib-dynload/_struct.cpython-314-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556c8c8a0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c45f70> # extension module 'termios' loaded from '/usr/lib/python3.14/lib-dynload/termios.cpython-314-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib/python3.14/lib-dynload/termios.cpython-314-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556c8c9d0> # /usr/lib/python3.14/__pycache__/platform.cpython-314.pyc matches /usr/lib/python3.14/platform.py # code object from '/usr/lib/python3.14/__pycache__/platform.cpython-314.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c46030> # extension module 'fcntl' loaded from '/usr/lib/python3.14/lib-dynload/fcntl.cpython-314-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib/python3.14/lib-dynload/fcntl.cpython-314-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556cbe330> # /usr/lib/python3.14/_pyrepl/__pycache__/terminfo.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/terminfo.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/terminfo.cpython-314.pyc' # /usr/lib/python3.14/pathlib/__pycache__/__init__.cpython-314.pyc matches /usr/lib/python3.14/pathlib/__init__.py # code object from '/usr/lib/python3.14/pathlib/__pycache__/__init__.cpython-314.pyc' import 'ntpath' # # /usr/lib/python3.14/__pycache__/glob.cpython-314.pyc matches /usr/lib/python3.14/glob.py # code object from '/usr/lib/python3.14/__pycache__/glob.cpython-314.pyc' # /usr/lib/python3.14/__pycache__/fnmatch.cpython-314.pyc matches /usr/lib/python3.14/fnmatch.py # code object from '/usr/lib/python3.14/__pycache__/fnmatch.cpython-314.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b06150> import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c47d10> import 'pwd' # # extension module 'grp' loaded from '/usr/lib/python3.14/lib-dynload/grp.cpython-314-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib/python3.14/lib-dynload/grp.cpython-314-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8556b145a0> # /usr/lib/python3.14/pathlib/__pycache__/_os.cpython-314.pyc matches /usr/lib/python3.14/pathlib/_os.py # code object from '/usr/lib/python3.14/pathlib/__pycache__/_os.cpython-314.pyc' import 'pathlib._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b06c30> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c47110> import '_pyrepl.terminfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c46690> # /usr/lib/python3.14/_pyrepl/__pycache__/fancy_termios.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/fancy_termios.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/fancy_termios.cpython-314.pyc' import '_pyrepl.fancy_termios' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b07050> # /usr/lib/python3.14/_pyrepl/__pycache__/unix_eventqueue.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/unix_eventqueue.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/unix_eventqueue.cpython-314.pyc' # /usr/lib/python3.14/_pyrepl/__pycache__/base_eventqueue.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/base_eventqueue.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/base_eventqueue.cpython-314.pyc' # /usr/lib/python3.14/_pyrepl/__pycache__/keymap.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/keymap.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/keymap.cpython-314.pyc' import '_pyrepl.keymap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b07bf0> import '_pyrepl.base_eventqueue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b079b0> import '_pyrepl.unix_eventqueue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b06ff0> import '_pyrepl.unix_console' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556c44f50> import '_pyrepl.readline' # <_frozen_importlib_external.SourceFileLoader object at 0x7f855704bcb0> # /usr/lib/python3.14/_pyrepl/__pycache__/main.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/main.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/main.cpython-314.pyc' # /usr/lib/python3.14/_pyrepl/__pycache__/simple_interact.cpython-314.pyc matches /usr/lib/python3.14/_pyrepl/simple_interact.py # code object from '/usr/lib/python3.14/_pyrepl/__pycache__/simple_interact.cpython-314.pyc' import '_pyrepl.simple_interact' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556b442f0> import '_pyrepl.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8556f63890>