Skip to content

Commit f687645

Browse files
authored
Merge e56e8c5 into 6d40a54
2 parents 6d40a54 + e56e8c5 commit f687645

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# A part of NonVisual Desktop Access (NVDA)
2+
# Copyright (C) 2020 NV Access Limited, Babbage B.V., Leonard de Ruijter
3+
# This file is covered by the GNU General Public License.
4+
# See the file COPYING for more details.
5+
6+
"""
7+
appModule for Visual Studio Code Insiders.
8+
Imports the appModule for Visual Studio Code.
9+
"""
10+
11+
from .code import AppModule

0 commit comments

Comments
 (0)