mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
b2c12b34fe
* Added Gsetup. Added Python tests for github actions. * Add python requirments for pytests #1238 Co-authored-by: Scott Fennell <spfennell@gmail.com>
7 lines
112 B
Python
Executable File
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:])
|