Skip to content

Commit c5e5f6e

Browse files
committed
Added __main__ in __init__
1 parent 2d78a97 commit c5e5f6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

easyPythonpi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
__all__ = ('easyPythonpi_VERSION')
1212

13-
easyPythonpi_VERSION = '1.1.9'
13+
easyPythonpi_VERSION = '1.1.9'
14+
import __main__

0 commit comments

Comments
 (0)