mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
5 lines
98 B
Python
Executable file
5 lines
98 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
if __name__ == '__main__':
|
|
from av1an.__main__ import main
|
|
main()
|