diff --git a/repthon/helpers/resources/states.py b/repthon/helpers/resources/states.py new file mode 100644 index 0000000..13372b8 --- /dev/null +++ b/repthon/helpers/resources/states.py @@ -0,0 +1,39 @@ +states = [ + "Andaman and Nicobar Islands", + "Andhra Pradesh", + "Arunachal Pradesh", + "Assam", + "Bihar", + "Chandigarh", + "Chhattisgarh", + "Dadra and Nagar Haveli and Daman and Diu", + "Delhi", + "Goa", + "Gujarat", + "Haryana", + "Himachal Pradesh", + "Jammu and Kashmir", + "Jharkhand", + "Karnataka", + "Kerala", + "Ladakh", + "Lakshadweep", + "Madhya Pradesh", + "Maharashtra", + "Manipur", + "Meghalaya", + "Mizoram", + "Nagaland", + "Odisha", + "Puducherry", + "Punjab", + "Rajasthan", + "Sikkim", + "Tamil Nadu", + "Telengana", + "Tripura", + "Uttarakhand", + "Uttar Pradesh", + "West Bengal", + "", +]