From 41e4977032d5840b463f293c365fc04ba77abc4b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 18 May 2026 11:28:05 +0200 Subject: [PATCH] renamed: singletons.py -> state.py --- api.py | 2 +- singletons.py => state.py | 0 table.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename singletons.py => state.py (100%) diff --git a/api.py b/api.py index 102da22..6adbc12 100644 --- a/api.py +++ b/api.py @@ -5,7 +5,7 @@ import pandas as pd from fastapi import APIRouter from annotations import PGroup -from singletons import grids, lib +from state import grids, lib router = APIRouter() diff --git a/singletons.py b/state.py similarity index 100% rename from singletons.py rename to state.py diff --git a/table.py b/table.py index a4c9a78..63ffdd8 100644 --- a/table.py +++ b/table.py @@ -7,7 +7,7 @@ from nicegui import APIRouter, app, ui from aggridx import aggridx from annotations import PGroup -from singletons import grids, lib +from state import grids, lib OPTIONS = {