Skip to content

Commit ad5ac54

Browse files
committed
define __all__ in gtco.py
1 parent ab33f1f commit ad5ac54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unpythonic/gtco.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# -*- coding: utf-8 -*-
33
"""Tail call optimization for generators."""
44

5+
__all__ = ["gtco", "gtrampolined"]
6+
57
from functools import wraps
68
from inspect import isgenerator
79

0 commit comments

Comments
 (0)