Source code for shoop.front.basket.order_creator

# -*- coding: utf-8 -*-
# This file is part of Shoop.
#
# Copyright (c) 2012-2016, Shoop Ltd. All rights reserved.
#
# This source code is licensed under the AGPLv3 license found in the
# LICENSE file in the root directory of this source tree.
from shoop.core.order_creator import OrderCreator


[docs]class BasketOrderCreator(OrderCreator): pass