Rewrote the token handler to add manual input

This commit is contained in:
2022-12-02 15:28:53 +01:00
parent 3dc0b8f1d2
commit ba300eecee
4 changed files with 92 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ setup(
author='Victor Mylle',
author_email='victor.mylle@hotmail.com',
license='MIT',
py_modules=['copilot'],
py_modules=['copilot', 'AuthToken'],
install_requires=[
'requests',
'click',