10 lines
166 B
Python
10 lines
166 B
Python
import document
|
|
from document import *
|
|
import fields
|
|
from fields import *
|
|
|
|
__all__ = document.__all__ + fields.__all__
|
|
|
|
__author__ = 'Harry Marr'
|
|
__version__ = '0.1'
|