Files
kennethreitz.org/tuftecms/__init__.py
T
2025-09-25 17:03:21 -04:00

7 lines
159 B
Python

"""TufteCMS - A Flask-based content management system with Tufte-style design."""
from .app import create_app
__version__ = "0.1.0"
__all__ = ["create_app"]