From a4edce61aa59cf616c46bbe6501a3c17ee46c38e Mon Sep 17 00:00:00 2001 From: Timur Gilmullin Date: Wed, 20 Jul 2022 19:34:43 +0300 Subject: [PATCH] #1 doc update --- docs/tksbrokerapi/__main__.html | 237 ++++++++++++++++++++++++++++++++ tksbrokerapi/__main__.py | 4 + 2 files changed, 241 insertions(+) create mode 100644 docs/tksbrokerapi/__main__.html create mode 100644 tksbrokerapi/__main__.py 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 @@ + + + + + + + tksbrokerapi.__main__ API documentation + + + + + + + + + +
+
+

+tksbrokerapi.__main__

+ + + + + + +
1from tksbrokerapi.TKSBrokerAPI import Main
+2
+3if __name__ == "__main__":
+4    Main()
+
+ + +
+
+ + \ No newline at end of file diff --git a/tksbrokerapi/__main__.py b/tksbrokerapi/__main__.py new file mode 100644 index 0000000..82160e4 --- /dev/null +++ b/tksbrokerapi/__main__.py @@ -0,0 +1,4 @@ +from tksbrokerapi.TKSBrokerAPI import Main + +if __name__ == "__main__": + Main()