Moving ID random generation to the SQL db instead. General clean up.

This commit is contained in:
Scott Idem
2022-06-30 15:04:19 -04:00
parent efcbe17b6b
commit 493f4a7365
9 changed files with 20 additions and 29 deletions

View File

@@ -1,4 +1,3 @@
from __future__ import annotations
import datetime
from typing import Dict, List, Optional, Set, Union