diff options
| -rw-r--r-- | typarichive.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/typarichive.py b/typarichive.py index 8ea4023..e7e08e2 100644 --- a/typarichive.py +++ b/typarichive.py @@ -1,7 +1,8 @@  # MenuTitle: TypArichive  __doc__=""" -TODO +Moves the current font to an `_archive` directory and opens a new timestamped +copy.  """  from datetime import datetime | 
