trick/gsetup
cherpin00 b2c12b34fe
Gsetup (#1172)
* Added Gsetup.
Added Python tests for github actions.

* Add python requirments for pytests

#1238 

Co-authored-by: Scott Fennell <spfennell@gmail.com>
2022-03-10 12:50:03 -06:00

7 lines
112 B
Python
Executable File

#!/usr/bin/env python3
import os
import sys
from trick_source.trick_gsetup.main import main
main(sys.argv[1:])