Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit c96dc66

Browse files
committed
add logout script command
1 parent 38c9432 commit c96dc66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

paperspace/logout.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .login import logout
2+
3+
if __name__ == '__main__':
4+
logout()

0 commit comments

Comments
 (0)