Update docstring

This commit is contained in:
Matthias
2024-03-29 16:16:34 +01:00
parent e8cea35f5e
commit 8ad0375073

View File

@@ -1,10 +1,8 @@
#!/usr/bin/env python3
""" """
Simple command line client into RPC commands A Rest Client for Freqtrade bot
Can be used as an alternate to Telegram
Should not import anything from freqtrade, Should not import anything from freqtrade,
so it can be used as a standalone script. so it can be used as a standalone script, and can be installed independently.
""" """
import json import json