Files

12 lines
302 B
Python
Raw Permalink Normal View History

2021-11-10 11:36:23 +00:00
## @file
# Python 'AutoGen' package initialization file.
#
# This file is required to make Python interpreter treat the directory
# as containing package.
#
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
__all__ = ["AutoGen"]