mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add CloudOutputDeviceManager, test implementation
This commit is contained in:
parent
115936c46b
commit
228325eb89
5 changed files with 78 additions and 17 deletions
|
|
@ -17,6 +17,7 @@ from enum import IntEnum
|
|||
import os # To get the username
|
||||
import gzip
|
||||
|
||||
|
||||
class AuthState(IntEnum):
|
||||
NotAuthenticated = 1
|
||||
AuthenticationRequested = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue