diff --git a/test_2021_4/test2/src/test2/__init__.py b/test_2021_4/test2/src/test2/__init__.py deleted file mode 100644 index 8877fd3b..00000000 --- a/test_2021_4/test2/src/test2/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -test2 -~~~~~~~~~~~~~~~~~~~ - - - -:copyright: (c) -:license: - -""" - -__title__ = 'test2.test2' -__author__ = '' -__license__ = '' -__copyright__ = 'Copyright (c) ' -__version__ = '0.0.0' - -from collections import namedtuple - -# imports: - -VersionInfo = namedtuple('VersionInfo', 'major minor micro') -version_info = VersionInfo(major='0', minor='0', micro='0')