Cleaned up __init__.py file

This commit is contained in:
2020-02-24 18:42:30 +01:00
parent 529549cabd
commit 380c4a02f4

View File

@@ -1,7 +1,8 @@
print('hello from init')
import sys,os
# sys.path.append(os.path.join(os.path.dirname(__file__),os.pardir))
# -*- coding: utf-8 -*-
"""
seasonedParser.__init__
# from
Set module settings.
"""
from .__version__ import __version__