1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add lib docs

This commit is contained in:
Kelly Brazil
2022-01-19 22:20:36 -08:00
parent 35b54d235d
commit b4575a3f78
3 changed files with 91 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import sys
import os
import re
import importlib
from . import appdirs
from jc import appdirs
__version__ = '1.18.0'