Skip to content

Commit 04ba6ad

Browse files
committed
Correct __init__.py so help(mathicsscript) works
1 parent bcfe3cb commit 04ba6ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mathicsscript/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
mathicsscript is a command-line interface to Mathics.
4+
5+
Copyright 2020 The Mathics Team
6+
"""
7+
from mathicsscript.version import __version__

0 commit comments

Comments
 (0)