Skip to content

Commit 5b7d316

Browse files
authored
Merge pull request #1222 from morozov-av/i-1188
Add Python 3 option to LanguageOptions enum
2 parents e1299b2 + 089256f commit 5b7d316

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/rsptx/data_types/language.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
class LanguageOptions(Enum):
55
PYTHON = ("python", "Python (in browser)")
6+
PYTHON3 = ("python3", "Python (server)")
67
JAVA = ("java", "Java")
78
CPP = ("cpp", "C++")
89
C = ("c", "C")

0 commit comments

Comments
 (0)