feat: add doctor and specialty management modules with full CRUD support and database seeding
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
with open('/home/x79/sisvietnamvn_01/BV_DHYD_HCM/Đội ngũ bác sĩ UMC.html', 'r', encoding='utf-8') as f:
|
||||
text = f.read()
|
||||
if "chuyên khoa" in text:
|
||||
print("Found 'chuyên khoa'")
|
||||
else:
|
||||
print("Not found 'chuyên khoa'")
|
||||
Reference in New Issue
Block a user