mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2026-02-04 18:34:16 +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())
|