refactor
This commit is contained in:
12
apps/cluster_map/cluster.py
Normal file
12
apps/cluster_map/cluster.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Discord Chat Embeddings Visualizer - Legacy Entry Point
|
||||
|
||||
This file serves as a compatibility layer for the original cluster.py.
|
||||
The application has been refactored into modular components for better maintainability.
|
||||
"""
|
||||
|
||||
# Import and run the main application
|
||||
from main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user