2010-03-01 07:39:39 +08:00
|
|
|
## @file
|
|
|
|
# Python 'AutoGen' package initialization file.
|
|
|
|
#
|
|
|
|
# This file is required to make Python interpreter treat the directory
|
|
|
|
# as containing package.
|
|
|
|
#
|
2010-05-18 13:04:32 +08:00
|
|
|
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 07:03:11 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-03-01 07:39:39 +08:00
|
|
|
#
|
2009-07-17 17:10:31 +08:00
|
|
|
|
|
|
|
__all__ = ["AutoGen"]
|