6
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2025-04-17 15:48:55 +00:00
cofactr-cogs/entrypoint.py
2024-05-24 14:35:40 -04:00

6 lines
97 B
Python
Executable File

#! /usr/bin/env python3
from cofactr_cogs.cli import main
if __name__ == "__main__":
main()