summaryrefslogtreecommitdiff
path: root/tests/input/w0401_cycle.py
blob: 37be7c562bf8c63218869bd05467b805436d8667 (plain)
1
2
3
4
5
6
7
8
9
"""w0401 dependency
"""

from __future__ import print_function

from . import func_w0401

if func_w0401:
    print(input)