cozyweboob/cozyweboob/__init__.py

10 lines
232 B
Python
Raw Normal View History

2016-10-12 20:27:33 +02:00
"""
CozyWeboob main module
"""
from __future__ import absolute_import
2016-10-12 20:27:33 +02:00
from cozyweboob.WeboobProxy import WeboobProxy
from cozyweboob.__main__ import clean, main_fetch, main
__all__ = ["WeboobProxy", "clean", "main_fetch", "main"]