import { PythonToken } from './PythonToken'; export class PythonTokenContainer { tokens: PythonToken[] = []; index = 0; }