add website

This commit is contained in:
lx
2026-08-02 17:55:21 +00:00
commit 5ff67c4066
488 changed files with 106390 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from enum import Enum
class PlaceRigChoice( Enum ):
UserChoice = 0
ForceR6 = 1
ForceR15 = 2