Created
June 1, 2022 09:53
-
-
Save Yusfuu/4434b3309eb6a073e880cbafbbc9e495 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Business { | |
""" | |
The name of the business (e.g. "The French Laundry") | |
""" | |
name: String | |
""" | |
The rating of the business | |
""" | |
rating: Float | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment