Removed pointless nested dir
This commit is contained in:
parent
ae9994e45e
commit
e6086f0764
9
nanpa/__init__.py
Normal file
9
nanpa/__init__.py
Normal file
@ -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']
|
@ -1,5 +0,0 @@
|
||||
from .client import NanpaAPI
|
||||
|
||||
__version__ = '1.0.0'
|
||||
__author__ = 'acidvegas'
|
||||
__all__ = ['NanpaAPI']
|
Loading…
Reference in New Issue
Block a user