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