diff --git a/docs/tksbrokerapi/__main__.html b/docs/tksbrokerapi/__main__.html new file mode 100644 index 0000000..4883483 --- /dev/null +++ b/docs/tksbrokerapi/__main__.html @@ -0,0 +1,237 @@ + + +
1from tksbrokerapi.TKSBrokerAPI import Main +2 +3if __name__ == "__main__": +4 Main() +