Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions optimizer/neuroptimus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import sys
#provides various functions and variables that are used to manipulate different parts of the Python runtime environment
import traceback
#This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python interpreter when it prints a stack trace. This is useful when you want to print stack traces under program control, such as in a “wrapper” around the interpreter.

import getopt
#like args[] in Java

def main(parameters):
"""
Expand Down