mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
8 lines
No EOL
168 B
Python
8 lines
No EOL
168 B
Python
import DNANode
|
|
|
|
class DNASignText(DNANode.DNANode):
|
|
COMPONENT_CODE = 7
|
|
|
|
def __init__(self):
|
|
DNANode.DNANode.__init__(self, '')
|
|
self.letters = '' |