2021.4 #19
@ -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')
|
|
Loading…
Reference in New Issue
Block a user