mirror of
https://github.com/saymrwulf/NTT-learning.git
synced 2026-05-14 20:47:53 +00:00
5 lines
192 B
Python
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"]
|