Skip to content

Commit fa458cd

Browse files
committed
Add coding declaration
1 parent b1403f7 commit fa458cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: UTF-8 -*-
2+
13
"""MathCAT add-on: generates speech, braille, and allows exploration of expressions written in MathML.
24
The goal of this add-on is to replicate/improve upon the functionality of MathPlayer which has been discontinued."""
35
# Author: Neil Soiffer

addon/globalPlugins/MathCAT/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: UTF-8 -*-
2+
13
# MathCAT add-on: generates speech, braille, and allows exploration of expressions written in MathML
24
# The goal of this add-on is to replicate/improve upon the functionality of MathPlayer which has been discontinued.
35
# Author: Neil Soiffer

0 commit comments

Comments
 (0)