3 lines
96 B
Python
3 lines
96 B
Python
__help__ = "This package contains the logic of the application."
|
|
from .database import Database
|