Add checkin/out beta

This commit is contained in:
2025-09-29 15:44:11 -05:00
parent 65f6052903
commit 67a999c418
8 changed files with 220 additions and 6 deletions

View File

@@ -5,4 +5,5 @@ from .add_location import AddLocationPage
from .browse_page import BrowsePage
from .login_page import LoginPage
from .item_page import ItemPage
from .checkin_page import CheckinPage
from .checkout_page import CheckoutPage