4 lines
82 B
Python
4 lines
82 B
Python
from .app import CollatzApp, run_collatz
|
|
|
|
__all__ = ["CollatzApp", "run_collatz"]
|