librefi/librefi/fxckers/__init__.py

7 lines
122 B
Python
Raw Normal View History

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