Repository URL to install this package:
|
Version:
0.1.0 ▾
|
from __future__ import unicode_literals
from .base import Model
class Industry(Model):
attribute_names = [
'id',
# string The registered ID of the company
'sicCode',
# string The additional SIC code the company has provided.
'sicCodeDescription',
# string Description of this SIC code.
]