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.

__init__.py 264B

1234567891011121314
  1. # pylint: disable=R0903,W0403
  2. """package's __init__ file"""
  3. from . import subpackage
  4. __revision__ = 0
  5. # E0602 - Undefined variable '__path__'
  6. __path__ += "folder"
  7. class AudioTime(object):
  8. """test precedence over the AudioTime submodule"""
  9. DECIMAL = 3