librefi/librefi/fxckers/__init__.py
2020-11-29 05:00:23 +01:00

7 lines
122 B
Python

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