1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-15 23:39:26 +08:00
Files
Alas/module/config/plugin_updater.py
2024-08-06 23:41:32 +08:00

10 lines
139 B
Python

def main():
...
if __name__ == '__main__':
import os
os.chdir(os.path.join(os.path.dirname(__file__), '../../'))
main()