mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-16 01:19:30 +08:00
10 lines
139 B
Python
10 lines
139 B
Python
def main():
|
|
...
|
|
|
|
|
|
if __name__ == '__main__':
|
|
import os
|
|
|
|
os.chdir(os.path.join(os.path.dirname(__file__), '../../'))
|
|
main()
|