mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
7 lines
159 B
Python
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"]
|