librefi/librefi/__init__.py

7 lines
117 B
Python
Raw Normal View History

2020-11-29 01:14:58 +01:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from .librefi import LibreFi
__all__ = ['LibreFi']