Support for GenericStreamingMessage
This commit is contained in:
7
lib/classes/python/PythonToken.ts
Normal file
7
lib/classes/python/PythonToken.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { PythonTokenType } from './PythonTokenType';
|
||||
|
||||
export interface PythonToken
|
||||
{
|
||||
type: PythonTokenType;
|
||||
value: string;
|
||||
}
|
||||
Reference in New Issue
Block a user