Last active
January 12, 2025 09:46
-
-
Save disler/57c31dc0dfe6e8839ed067bce8f04ce6 to your computer and use it in GitHub Desktop.
Python Class Generator Prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a python class that enables <objective>. I need the following FUNCTION support. | |
FUNCTION | |
__init__() | |
func1() | |
func2(with_param) | |
func3(with_param) - explanation of function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment