Support for GenericStreamingMessage
This commit is contained in:
7
lib/classes/python/PythonTokenContainer.ts
Normal file
7
lib/classes/python/PythonTokenContainer.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PythonToken } from './PythonToken';
|
||||
|
||||
export class PythonTokenContainer
|
||||
{
|
||||
tokens: PythonToken[] = [];
|
||||
index = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user