mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-01 14:01:19 +08:00
6 lines
66 B
Python
6 lines
66 B
Python
from module.app import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|