Tarek Masryo
chore: update project files
6bef416
raw
history blame contribute delete
136 Bytes
from __future__ import annotations
from src.dashboard import CommandCenterApp
if __name__ == "__main__":
CommandCenterApp().run()