Added Realtion_count MEthod

This commit is contained in:
Tim
2023-11-05 15:50:28 +01:00
parent 76af89ff32
commit f2ac0eda91
13 changed files with 175 additions and 108 deletions

View File

@ -2,6 +2,6 @@
from aki_prj23_transparenzregister.ui import networkx_dash
def networkGraph(Edges: None) -> None:
def network_graph(Edges: None) -> None:
"""Checks if an import co company_stats_dash can be made."""
assert networkx_dash is not None