LFRecord DB and boilerplate code for a handler.

This commit is contained in:
April 2022-10-08 00:59:39 -07:00
parent 1c9ba13401
commit 828247480a
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E
2 changed files with 10 additions and 0 deletions

BIN
records/LFRecord.db Normal file

Binary file not shown.

10
records/LFRecord.py Normal file
View File

@ -0,0 +1,10 @@
import sqlite3
""" General Handler for quickly grabbing resources pertaining to LFRecords. """
def getZip(locId: str):
pass
def getLocationInfo(locId: str):
pass