"""
safeIO\n
Safely make I/O operations to files in Python even from multiple threads... and more!

© Anime no Sekai — 2021
"""

from safeIO.safeIO import *

__author__      = 'Anime no Sekai'
__copyright__   = 'Copyright 2021, safeIO'
__credits__     = ['animenosekai']
__license__     = 'MIT License'
__version__     = 'safeIO v1.2'
__maintainer__  = 'Anime no Sekai'
__email__       = 'niichannomail@gmail.com'
__status__      = 'Beta'