mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-09 20:09:31 +02:00
10 lines
140 B
Python
10 lines
140 B
Python
import pyspw
|
|
|
|
# Init library
|
|
api = pyspw.SpApi(card_id='card_id',
|
|
card_token='card_token')
|
|
|
|
|
|
# Checking
|
|
print(api.ping())
|