mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-21 20:39:49 -04:00
11 lines
169 B
Python
11 lines
169 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from .pip_chill import chill
|
|
|
|
__author__ = "Ricardo Bánffy"
|
|
__email__ = "rbanffy@gmail.com"
|
|
__version__ = "1.0.0"
|
|
|
|
|
|
__all__ = [chill.__name__]
|