librefi/librefi/fxckers/__init__.py

7 lines
122 B
Python
Raw Normal View History

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