blob: 79dc8dddcaf898f48d7d9e7ac4e3ad9340654867 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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)
|