Skip to content

Commit 261aa0f

Browse files
authored
Update script.py
1 parent 6648f11 commit 261aa0f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

script.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# ***
2+
# * Copyright (C) Rodolfo Herrera Hernandez. All rights reserved.
3+
# * Licensed under the MIT license. See LICENSE file in the project root
4+
# * for full license information.
5+
# *
6+
# * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
7+
# *
8+
# * For related information - https://github.com/codewithrodi/Phone-Number-Information/
9+
# *
10+
# * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
11+
# ****/
12+
113
import os
214
from phonenumbers import (
315
geocoder, carrier, parse
@@ -7,7 +19,7 @@
719
print('''
820
=============== PHONE NUMBERS DATA ===============
921
* Developed by Rodolfo Herrera Hernandez
10-
* https://github.com/rodiihernandezz/
22+
* https://github.com/codewithrodi/
1123
''')
1224

1325
print('Phone number example: +56 9 1122 3344')

0 commit comments

Comments
 (0)