Flask backend with Vue 3 frontend for shop floor machine management. Includes database schema export for MySQL shopdb_flask database. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
104 B
Python
6 lines
104 B
Python
"""Printers plugin services."""
|
|
|
|
from .zabbix_service import ZabbixService
|
|
|
|
__all__ = ['ZabbixService']
|