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
| /* | |
| * This file is part of Betaflight. | |
| * | |
| * Betaflight is free software. You can redistribute this software | |
| * and/or modify this software under the terms of the GNU General | |
| * Public License as published by the Free Software Foundation, | |
| * either version 3 of the License, or (at your option) any later | |
| * version. | |
| * | |
| * Betaflight is distributed in the hope that it will be useful, |
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
| ''' Class ranking method: By ..... ''' | |
| import logging | |
| import RHUtils | |
| from eventmanager import Evt | |
| from RHRace import StartBehavior | |
| from Results import RaceClassRankMethod | |
| logger = logging.getLogger(__name__) |
OlderNewer