7 lines
74 B
Python
7 lines
74 B
Python
from src.gads_v2.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|