/**
 * Interpreter module.
 *
 * License:
 *     MIT. See LICENSE for full details.
 */
module tkd.interpreter;

public import tkd.interpreter.tcl;
public import tkd.interpreter.tk;