zspotify/zspotify/__main__.py

5 lines
64 B
Python

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