mirror of
https://github.com/countbot-ai/CountBot.git
synced 2026-09-14 20:46:47 +08:00
6 lines
147 B
Python
6 lines
147 B
Python
"""CountBot Desktop Backend"""
|
|
|
|
from backend.version import APP_VERSION, VERSION, __version__
|
|
|
|
__all__ = ["APP_VERSION", "VERSION", "__version__"]
|