Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

w0401_cycle.py 175B

123456789
  1. """w0401 dependency
  2. """
  3. # pylint: disable=print-statement, no-absolute-import
  4. from __future__ import print_function
  5. from . import func_w0401
  6. if func_w0401:
  7. print(input)