blob: 8f63e0a5f5699ca344aef8e22c427066eb8338ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2001, Stanford University
# All rights reserved.
#
# See the file LICENSE.txt for information on redistributing this software.
import entrypoints
hacks = []
entrypoints.GenerateEntrypoints(hacks)
|