@@ -64,7 +64,7 @@ class Client():
# [todo 4]
- def start():
+ def start(LLM_server=False):
# 0. init
# 1. get config
@@ -1,6 +1,7 @@
import Alt
import tomlkit, sqlite3
+
# ----- uid related -----
@@ -170,7 +171,11 @@ def back():
pass
-# ----- interacts(with other .py) -----
+def export():
+ pass
+# ----- Interactions(with other .py) -----
def Handler():