Repository URL to install this package:
|
Version:
2022.2.8 ▾
|
from pipes import Template
from typing import Dict, List
table: Dict[str, Template]
t: Template
uncompress: Template
class error(Exception): ...
def toaiff(filename: str) -> str: ...
def _toaiff(filename: str, temps: List[str]) -> str: ...