Reorganize project structure

This commit is contained in:
zv
2026-03-06 18:20:43 +01:00
parent 04c209ae23
commit 7e0c0afddf
26 changed files with 1520 additions and 1311 deletions

View File

@@ -0,0 +1,4 @@
from .detail_line import DetailLine
from .metric_card import MetricCard
__all__ = ["MetricCard", "DetailLine"]