blob: a20a6e40853c0271c32478045e02f7d5f9031f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2008 Nanorex, Inc. See LICENSE file for details.
"""
@author: Ninad
@version: $Id$
@copyright: 2008 Nanorex, Inc. See LICENSE file for details.
"""
from commands.SelectChunks.SelectChunks_GraphicsMode import SelectChunks_GraphicsMode
class ConvertDna_GraphicsMode(SelectChunks_GraphicsMode):
"""
Graphics mode for "Convert DNA" command.
"""
pass
|