mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
10 lines
147 B
Python
10 lines
147 B
Python
from slate_base import api
|
|
|
|
|
|
def main(in_args=None):
|
|
# TODO proper argument handling
|
|
api.example()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|