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