This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
twtxt-registry-client/twtxt_registry_client/__init__.py

8 lines
190 B
Python

from twtxt_registry_client.client import RegistryClient # noqa: F401
__title__ = 'twtxt-registry-client'
__version__ = VERSION = '0.1.1'
__author__ = 'Lucidiot'
__license__ = 'GNU GPL 3'