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

@@ -2,11 +2,12 @@ import os
import subprocess
import time
from ...application import init
from ...logging import get_logger
from ... import gpio
from .. import init
# =====
def main() -> None: