is-dump 0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
is_dump/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from .main import check_bro
is_dump/main.py ADDED
@@ -0,0 +1,9 @@
1
+ def check_bro(name):
2
+ if name == "vignesh" or name == "amal" or name == "sarath":
3
+ print("bro is dump")
4
+ elif name == "aswin":
5
+ print("bro is god")
6
+ elif name == "anandhu":
7
+ print("bro is npc")
8
+ else:
9
+ print("bro is unknown")
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: is_dump
3
+ Version: 0.1
@@ -0,0 +1,6 @@
1
+ is_dump/__init__.py,sha256=JarUJdHkAi-yED9lUDRh7v2kg00OdBSMEKFDRpksVhQ,27
2
+ is_dump/main.py,sha256=aipOU-rg0TTjXwrlJ--ztqVN6tetvZyeBFVtBB-CmMw,275
3
+ is_dump-0.1.dist-info/METADATA,sha256=-9sZ4R0Tx1-ACQrMpZo8qt2bKwFqUOt8y4bHjlLlOLc,52
4
+ is_dump-0.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
5
+ is_dump-0.1.dist-info/top_level.txt,sha256=4U761yLiHfYHw0I5YlDGqrt3XvUgIALx2IlDpfvN8mY,8
6
+ is_dump-0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ is_dump