summaryrefslogtreecommitdiff
path: root/src/ampache/test.py
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-05-14 14:39:45 -0500
committerHombreLaser <sebastian-440@live.com>2022-05-14 14:39:45 -0500
commit74b01c4942e38afce9efdf60fa46ab573f4f6f86 (patch)
tree54f788021b8933c15b4b79fbc3200130343062cb /src/ampache/test.py
Commit inicial
Diffstat (limited to 'src/ampache/test.py')
-rw-r--r--src/ampache/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ampache/test.py b/src/ampache/test.py
new file mode 100644
index 0000000..8ca38df
--- /dev/null
+++ b/src/ampache/test.py
@@ -0,0 +1,4 @@
+from ampache import AmpacheClient
+
+my_ampache = AmpacheClient('https://music.silosneeded.com', '22efaa9fecfd8f074ef4bc95e85a1b84', '532000')
+print(my_ampache.get_token())