mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 09:20:23 -05:00
10 lines
173 B
Python
10 lines
173 B
Python
import sqlite3
|
|
|
|
|
|
""" General Handler for quickly grabbing resources pertaining to LFRecords. """
|
|
|
|
def getZip(locId: str):
|
|
pass
|
|
|
|
def getLocationInfo(locId: str):
|
|
pass |