mirror of
https://github.com/AllSpiceIO/cofactr-cogs.git
synced 2025-04-17 15:48:55 +00:00
6 lines
97 B
Python
Executable File
6 lines
97 B
Python
Executable File
#! /usr/bin/env python3
|
|
from cofactr_cogs.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|