polyhack_2021/server.py
2021-10-30 15:42:49 +02:00

9 lines
153 B
Python

from models import user, events
from apis import sbb
SBB = sbb.SBBWrapper()
ret = SBB.wrapper.locations.get(params={"name":"Zürich"})
print(ret[:3])