| from .core.computer.terminal.base_language import BaseLanguage | |
| from .core.core import OpenInterpreter | |
| interpreter = OpenInterpreter() | |
| computer = interpreter.computer | |
| # ____ ____ __ __ | |
| # / __ \____ ___ ____ / _/___ / /____ _________ ________ / /____ _____ | |
| # / / / / __ \/ _ \/ __ \ / // __ \/ __/ _ \/ ___/ __ \/ ___/ _ \/ __/ _ \/ ___/ | |
| # / /_/ / /_/ / __/ / / / _/ // / / / /_/ __/ / / /_/ / / / __/ /_/ __/ / | |
| # \____/ .___/\___/_/ /_/ /___/_/ /_/\__/\___/_/ / .___/_/ \___/\__/\___/_/ | |
| # /_/ /_/ | |