Skip to content

Commit

Permalink
feat: Add main catnip
Browse files Browse the repository at this point in the history
  • Loading branch information
astrobytec committed Dec 30, 2024
1 parent aff2e41 commit cc44704
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion catnip_uploader/catnip_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ def get_firmwares(self):
console.print(table)


if __name__ == "__main__":
def main():
catnip_uploader = CatnipUploader()
catnip_uploader.app()

if __name__ == "__main__":
main()

0 comments on commit cc44704

Please sign in to comment.