aria2_server.cli.utils
¶
Utilities for aria2-server.
This package must isolate from other modules/packages of aria2_server,
especially, this package should never import config.GLOBAL_CONFIG,
or any var in other modules which is initialized by config.GLOBAL_CONFIG,
because the GLOBAL_CONFIG has not been initialized yet.