chatbot / test_up.py
celestialli's picture
Create test_up.py
cd853d6
raw
history blame contribute delete
78 Bytes
import requests
def main():
pass
if __name__ == "__main__":
main()