Added docs for PlaceInfo.asdict()

This commit is contained in:
Rhet Turnbull 2023-07-03 00:45:37 -07:00
parent 1977578cfd
commit 30b0c13b33

View File

@ -427,6 +427,7 @@ class PlaceInfo:
pass
def asdict():
"""Returns a dictionary representation of the PlaceInfo object."""
pass