Option C Tools
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
# oct/scaffold/__init__.py
4
5
"""oct.scaffold — project-scaffolding helpers.
6
7
The CLI entry point (:func:`oct.cli.scaffold`) is a thin dispatcher; the
8
real work lives in :func:`oct.scaffold.oct_scaffold.run_scaffold`.
9
"""
10
11
from
oct.scaffold.oct_scaffold
import
ScaffoldResult, run_scaffold
12
13
__all__ = [
"ScaffoldResult"
,
"run_scaffold"
]
oct.scaffold.oct_scaffold
Definition
oct_scaffold.py:1
oct
scaffold
__init__.py
Generated by
1.15.0