nanpa- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit d883a92452545d19aedb820365c9f88a6f8b3c03
parent ae9994e45e25d38d3acbbf28132ad7317bec1165 Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 23 Dec 2024 19:33:05 -0500 Removed pointless nested dir Diffstat:
|
4 files changed, 11 insertions(+), 7 deletions(-) | |||
diff --git a/nanpa/__init__.py b/nanpa/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python3 +# North American Numbering Plan Administration (NANPA) API Client - Developed by acidvegas in Python (https://git.acid.vegas/nanpa) +# nanpa/__init__.py + +from .client import NanpaAPI + +__version__ = '1.0.1' +__author__ = 'acidvegas' +__all__ = ['NanpaAPI'] +\ No newline at end of file |