summaryrefslogtreecommitdiff
path: root/backend/customtypes.py
diff options
context:
space:
mode:
authorWerWolv <werwolv98@gmail.com>2023-09-26 14:54:52 +0200
committermarios8543 <marios8543@gmail.com>2023-10-17 17:08:23 +0300
commit59379710142c12e18a5fa1ece81c2ca41bb665a2 (patch)
tree2f6724d500109de480d061563886cd0042a3641f /backend/customtypes.py
parenta351c02ac166efc60778948c6e93829ea93393f4 (diff)
downloaddecky-loader-59379710142c12e18a5fa1ece81c2ca41bb665a2.tar.gz
decky-loader-59379710142c12e18a5fa1ece81c2ca41bb665a2.zip
Moved backend entirely into the backend folder
Diffstat (limited to 'backend/customtypes.py')
-rw-r--r--backend/customtypes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/customtypes.py b/backend/customtypes.py
deleted file mode 100644
index 84ebc235..00000000
--- a/backend/customtypes.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from enum import Enum
-
-class UserType(Enum):
- HOST_USER = 1
- EFFECTIVE_USER = 2
- ROOT = 3 \ No newline at end of file