#ifndef _Opython_H_

#define _Opython_H_



#define Opython 1023866



enum

{

	OPYTHON_CODE = 400,

	OPYTHON_RESET = 401,

	OPYTHON_OPTIMIZE = 402,

	

	OPYTHON_MAKEDIRTY = 2000,

	OPYTHON_OPENEDITOR

};



#endif

