first commit

This commit is contained in:
2025-08-27 18:55:45 +02:00
commit 1dce2ebf2c
34 changed files with 52590 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from .orders import load_orders, add_order, mark_done
__all__ = ["load_orders", "add_order", "mark_done"]