Files
zspotify/zspotify/__main__.py
2021-10-24 21:34:30 -04:00

5 lines
64 B
Python

from app import client
if __name__ == '__main__':
client()