remove infra.md.example, infra.md is the source of truth
This commit is contained in:
7
ayn-antivirus/ayn_antivirus/dashboard/__init__.py
Normal file
7
ayn-antivirus/ayn_antivirus/dashboard/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""AYN Antivirus - Live Web Dashboard."""
|
||||
|
||||
from ayn_antivirus.dashboard.collector import MetricsCollector
|
||||
from ayn_antivirus.dashboard.server import DashboardServer
|
||||
from ayn_antivirus.dashboard.store import DashboardStore
|
||||
|
||||
__all__ = ["DashboardServer", "DashboardStore", "MetricsCollector"]
|
||||
Reference in New Issue
Block a user