moved application.py content to apps/__init__.py

This commit is contained in:
Devaev Maxim
2019-02-10 02:50:36 +03:00
parent 8ae714ab3c
commit 251720ef9d
5 changed files with 193 additions and 191 deletions

View File

@@ -1,10 +1,11 @@
import asyncio
from ...application import init
from ...logging import get_logger
from ... import gpio
from .. import init
from .auth import AuthManager
from .info import InfoManager
from .logreader import LogReader