python-tldp/tldp/__init__.py

14 lines
256 B
Python
Raw Permalink Normal View History

# -*- coding: utf8 -*-
2016-04-29 15:02:02 +00:00
#
# Copyright (c) 2016 Linux Documentation Project
from __future__ import absolute_import
2016-05-16 16:37:46 +00:00
from __future__ import unicode_literals
import tldp.config
import tldp.outputs
import tldp.sources
import tldp.inventory
2016-04-27 17:52:56 +00:00
2022-10-24 03:41:45 +00:00
VERSION = "0.7.15"