#!/usr/bin/env python3.6 # -*- coding: utf-8 -*- """ Sebi-Machine. """ __author__ = "Dusty.P" __contributors__ = (__author__, "Neko404NotFound", "Dusty.P", "davfsa", "YashKandalkar") __license__ = "MIT" __title__ = "Sebi-Machine" __version__ = "0.0.1" __repository__ = f"https://github.com/{__author__}/{__title__}" __url__ = __repository__