feat: add util module with exists() function

This commit is contained in:
Lance Edgar 2024-09-12 12:55:28 -05:00
parent e3b593d628
commit 4879887cb3
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,6 @@
``wuttamess.util``
==================
.. automodule:: wuttamess.util
:members:

View file

@ -33,3 +33,4 @@ project.
api/wuttamess.apt
api/wuttamess.postfix
api/wuttamess.sync
api/wuttamess.util