Ubuntu 17199e9a44
Some checks failed
Pre-commit auto-update / auto-update (push) Has been cancelled
first add
2025-04-21 21:11:51 +08:00

9 lines
292 B
Python

"""system specific and performance tuning"""
from freqtrade.system.asyncio_config import asyncio_setup
from freqtrade.system.gc_setup import gc_set_threshold
from freqtrade.system.version_info import print_version_info
__all__ = ["asyncio_setup", "gc_set_threshold", "print_version_info"]