6 lines
122 B
Python
6 lines
122 B
Python
# coding: utf-8
|
|
"""
|
|
``Flatisfy`` is a tool to help you find a new housing based on some criteria.
|
|
"""
|
|
__version__ = "0.1"
|