8 lines
160 B
Python
8 lines
160 B
Python
import appdaemon
|
|
|
|
# import app2.database
|
|
|
|
from . import database
|
|
|
|
# from .database import OtherDatabaseApp
|
|
# from .database import OtherDatabaseApp as NormalApp |