From 7cd1a5665262de60a6132cbc92958fcb8c8d9e87 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Jun 2019 20:17:02 +0300 Subject: Add: note to fable.py that API will change --- fable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fable.py b/fable.py index 0b47d4e..ec1d881 100644 --- a/fable.py +++ b/fable.py @@ -1,3 +1,5 @@ +# Note that the API of this module is guaranteed to change. + import os import sys import tempfile -- cgit v1.2.1