first commit
This commit is contained in:
2
webapp/storage/__init__.py
Normal file
2
webapp/storage/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .orders import load_orders, add_order, mark_done
|
||||
__all__ = ["load_orders", "add_order", "mark_done"]
|
||||
Reference in New Issue
Block a user