diff --git a/wscacicneo/utils/__init__.py b/wscacicneo/utils/__init__.py new file mode 100644 index 0000000..792d600 --- /dev/null +++ b/wscacicneo/utils/__init__.py @@ -0,0 +1 @@ +# diff --git a/wscacicneo/utils/utils.py b/wscacicneo/utils/utils.py new file mode 100644 index 0000000..b2d9e8b --- /dev/null +++ b/wscacicneo/utils/utils.py @@ -0,0 +1,10 @@ +import requests +import json + +class Utils: + + def __init__(self): + pass + + def to_url(*args): + return '/'.join(list(args)) -- libgit2 0.21.2