mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-18 11:50:25 -05:00
LFRecord DB and boilerplate code for a handler.
This commit is contained in:
parent
1c9ba13401
commit
828247480a
BIN
records/LFRecord.db
Normal file
BIN
records/LFRecord.db
Normal file
Binary file not shown.
10
records/LFRecord.py
Normal file
10
records/LFRecord.py
Normal 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
|
Loading…
x
Reference in New Issue
Block a user