Files
CollectMangaInfo/main.py
Lee Young Hoon e9f8a7323c Update DataClass.py, GetArc_Ehentai.py, and 7 more files...
데이터 클래스 정의, 퍼필 다운로더 json 파서...
2024-05-13 21:48:40 +09:00

23 lines
437 B
Python

import GetArc_Hitomi as getHitomi
import GetArc_Ehentai as getEhentai
import MgrCalibreLibs as mgrCal
import UtilPack as util
def main():
#getHitomi.GetSearchResult("2890685")
#etEhentai.GetSearchResult("artist%3A%22kotomi+yo-ji%24%22")
mgrCal.Start()
#util.printDbgMessages()
#artist:"kotomi yo-ji$"
#"artist%3A%22kotomi+yo-ji%24%22"
# For Main Loop
if __name__ == '__main__':
main()