mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
6 lines
127 B
Python
6 lines
127 B
Python
"""Utility functions for TufteCMS."""
|
|
|
|
from .svg_icons import generate_unique_svg_icon
|
|
|
|
__all__ = ["generate_unique_svg_icon"]
|