summaryrefslogtreecommitdiff
path: root/cad/src/foundation/Assembly_API.py
blob: 7ad5003af078585156586bf426b2ac50f71ce283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2007 Nanorex, Inc.  See LICENSE file for details.
"""
Assembly_API.py -- API for class assembly, also useful for isinstance tests

Note: the API is not filled in yet, but the isinstance usage is
relied on to remove some import cycles.

@author: bruce
@version: $Id$
@copyright: 2007 Nanorex, Inc.  See LICENSE file for details.
"""

class Assembly_API:
    # TODO: add the methods that are assumed by clients of any assembly
    pass