Skip to content

Commit 8de81a5

Browse files
Merge pull request #83 from OBITORASU/docstring
Fix Issue #81: Docstring to info.py - calc
2 parents 315efa6 + 467209a commit 8de81a5

File tree

1 file changed

+16
-0
lines changed
  • honeybot/plugins/downloaded/calc

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
NAME = 'calc.py'
3+
ORIGINAL_AUTHORS = [
4+
'Abdur-Rahmaan Janhangeer, pythonmembers.club'
5+
]
6+
7+
ABOUT = '''
8+
evaluates maths expressions in the format supported by py
9+
'''
10+
11+
COMMANDS = '''
12+
>>> .calc <maths expression>
13+
returns evaluated expression
14+
'''
15+
16+
WEBSITE = ''

0 commit comments

Comments
 (0)