diff --git a/records/LFRecord.db b/records/LFRecord.db new file mode 100644 index 0000000..e46c4b1 Binary files /dev/null and b/records/LFRecord.db differ diff --git a/records/LFRecord.py b/records/LFRecord.py new file mode 100644 index 0000000..ae7a9bf --- /dev/null +++ b/records/LFRecord.py @@ -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 \ No newline at end of file