clean comments and unused libs

This commit is contained in:
Yannick Stephan
2025-02-18 21:12:06 +01:00
parent 011227e426
commit 55cd900e8e
13 changed files with 3 additions and 408 deletions

View File

@@ -1,10 +1,3 @@
"""
3D GraphML Viewer using Dear ImGui and ModernGL
Author: ParisNeo, ArnoChen
Description: An interactive 3D GraphML viewer using imgui_bundle and ModernGL
Version: 2.0
"""
from typing import Optional, Tuple, Dict, List
import numpy as np
import networkx as nx