Files
LibrarySystem/src/logic/__init__.py
2024-07-10 11:35:40 +02:00

3 lines
96 B
Python

__help__ = "This package contains the logic of the application."
from .database import Database