tableeee-v3 / app /__init__.py
Shyamnath's picture
feat(core): implement unified database with multi-hotel support and session management
90537f3
raw
history blame contribute delete
230 Bytes
"""
Tabble-v3 Restaurant Management System
Main application package
"""
__version__ = "3.1.0"
__author__ = "Tabble Development Team"
__description__ = "Modern restaurant management system with QR ordering and real-time analytics"