/* Do not remove the headers from this file! see /USAGE for more info. */ #ifndef TKINTER_H #define TKINTER_H #define TKINTER_PORT 8796 #define TK_BASE "/wiz/rust/" #define TK_WIDGET TK_BASE "tkwidget" #define TK_INTERFACE TK_BASE "tkinter" #endif