path_manager#
Manages file paths for logs and data storage.
This module provides a PathManager class for handling file and directory paths, ensuring required directories exist, and formatting filenames with timestamps.
- Functions:
get_path_manager(): Returns a singleton instance of PathManager.
Functions
Returns a singleton instance of PathManager. |
Classes
Manages file paths and directories, ensuring they exist and formatting filenames. |