Skip to content

Commit 6dc4b19

Browse files
authored
Merge pull request #1122 from CyanideByte/py-alias
Added 'py' alias for Python/JupyterLanguage
2 parents 6f60e1f + 0224cf9 commit 6dc4b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interpreter/core/computer/terminal/languages/jupyter_language.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
class JupyterLanguage(BaseLanguage):
2323
file_extension = "py"
2424
name = "Python"
25+
aliases = ["py"]
2526

2627
def __init__(self, computer):
2728
self.computer = computer

0 commit comments

Comments
 (0)