librefi/librefi/fxckers/__init__.py

7 lines
122 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from ._map import fxckers_map
__all__ = ['fxckers_map']