mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-09 03:31:28 +00:00
10 lines
178 B
Python
10 lines
178 B
Python
from .__version__ import (
|
|
__author__,
|
|
__author_email__,
|
|
__license__,
|
|
__maintainer__,
|
|
__maintainer_email__,
|
|
__version__,
|
|
)
|
|
from .allpairs import AllPairs
|