nzbToMedia/core/databases/__init__.py
Labrys 8cd0e76ef8 PEP8: Fix formatting
* Remove redundant backslash between brackets
* Fix multiple statements on one line
* Fix missing/excess whitespace
* Fix comments not starting with a single # and a space
* Convert tabs to spaces
* Use triple-quoted docstring
2016-06-05 11:59:58 -04:00

2 lines
36 B
Python

# coding=utf-8
__all__ = ["mainDB"]