Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Introduce Singleton pattern for operations
Apply Singleton pattern to the `Operations` class to ensure a single instance across the application. This enforces a consistent state and simplifies interaction with shared resources.
- Loading branch information