7 lines
224 B
Python
7 lines
224 B
Python
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
|
|
|
|
__version__ = "0.8.4"
|
|
__author__ = "WebDrop Team"
|
|
__license__ = "MIT"
|
|
|
|
__all__ = ["__version__", "__author__", "__license__"]
|