8 lines
168 B
Python
8 lines
168 B
Python
from __future__ import print_function
|
|
"""Docstring"""
|
|
from __future__ import absolute_import
|
|
|
|
from collections import namedtuple
|
|
|
|
from __future__ import print_function
|