NTT-learning/ntt_learning/__init__.py

5 lines
192 B
Python

"""Core helpers for the NTT learning course."""
from .course import ALL_NOTEBOOKS, ROUTE_NOTEBOOKS, TECHNICAL_NOTEBOOKS
__all__ = ["ALL_NOTEBOOKS", "ROUTE_NOTEBOOKS", "TECHNICAL_NOTEBOOKS"]