UPDATE: final cleanup of backend code

This commit is contained in:
white
2025-03-02 16:01:22 +00:00
parent fc934a57ff
commit 7d08432a60
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
"""Description: This file contains the PathManager class which is responsible for managing the paths of the stream data."""
import os
# Description: This file contains the PathManager class which is responsible for managing the paths of the stream data.
class PathManager():
def __init__(self) -> None: