MozDef/lib/utilities/__init__.py

5 строки
92 B
Python

from .dict2List import dict2List
from .toUTC import toUTC
__all__ = ['dict2List', 'toUTC']