update short scripts

This commit is contained in:
2026-07-21 16:50:05 -04:00
parent 19e525d64c
commit 8e4a34dce1
6 changed files with 179 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from datetime import date as datetime_date
from pathlib import Path
class Database:
def __init__(self, table):
def __init__(self, table: str):
self.table = table
self.columns = ""