mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-22 18:01:07 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
"""Approvaltests.namer module."""
|
|
|
|
from .default_namer_factory import *
|
|
from .stack_frame_namer import *
|