mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 15:22:33 +02:00
8 lines
241 B
Python
8 lines
241 B
Python
"""Test for the NetworkX Component."""
|
|
from aki_prj23_transparenzregister.ui import networkx_dash
|
|
|
|
|
|
def networkGraph(Edges: None) -> None:
|
|
"""Checks if an import co company_stats_dash can be made."""
|
|
assert networkx_dash is not None
|