first added

This commit is contained in:
2024-04-05 02:25:55 +09:00
commit dbe5377d6f
4 changed files with 322 additions and 0 deletions

11
main.py Normal file
View File

@@ -0,0 +1,11 @@
import GetArc_Hitomi as gethitomi
def main():
obj = gethitomi.MangaInfo()
obj.GetSearchResult("trouble sweets")
# For Main Loop
if __name__ == '__main__':
main()