Spaces:
Build error
Build error
maxiaolong03 commited on
Commit ·
bc61229
1
Parent(s): a93c636
add files
Browse files- bot_requests.py +1 -0
bot_requests.py
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
|
| 15 |
"""BotClient class for interacting with bot models."""
|
| 16 |
|
|
|
|
| 17 |
import argparse
|
| 18 |
import json
|
| 19 |
import logging
|
|
|
|
| 14 |
|
| 15 |
"""BotClient class for interacting with bot models."""
|
| 16 |
|
| 17 |
+
import os
|
| 18 |
import argparse
|
| 19 |
import json
|
| 20 |
import logging
|