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.

absimport.py 172B

123456
  1. from __future__ import absolute_import, print_function
  2. import import_package_subpackage_module # fail
  3. print(import_package_subpackage_module)
  4. from . import hello as hola