-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Wrestling Framework * Untested Wrestling API * Updated README for Wrestling API * Release Preperation * Tested and Confirmed Wrestling API * Update README
- Loading branch information
1 parent
9e77f7f
commit 886deb2
Showing
4 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
from consoles.sports import Basketball, Football, Volleyball, WaterPolo, WaterPoloDaktronics | ||
from consoles.sports import Basketball, Football, Volleyball, WaterPolo, WaterPoloDaktronics, Wrestling | ||
import time | ||
|
||
if __name__ == '__main__': | ||
t = Football('COM5') | ||
t = Wrestling('COM9') | ||
print() | ||
while True: | ||
time.sleep(0.1) | ||
# print(t.export(), end='\r') | ||
print(t.export(), end='\r') |