class Paul:
apprenticeship = MoëtHennessy("Data Engineering")
study = ComputerScience()
projects = [CROUStillant(), Better-IUT-RCC()]
hobby = Bouldering()
home = France("Paris")
async def run(self, inputs: Union[Keyboard, Mouse, Screen]) -> None:
while True:
await self.apprenticeship.do(inputs)
await self.study.do(inputs)
[await project.do(inputs) for project in self.projects]
def sleep(self):
raise NotImplementedError
🐍
from paul import __init__
Lead Developer • @CROUStillant-Developpement
-
Moët Hennessy
- France
-
03:15
(UTC +01:00) - https://bayfield.dev
- in/paulbayfield
Highlights
- Pro
Pinned Loading
-
-
-
CROUStillant-Developpement/CROUStillant
CROUStillant-Developpement/CROUStillant PublicCROUStillant, la tâche de fond sur laquelle tous les services s'appuient !
Python 6
-
Marks-Detector
Marks-Detector PublicAuthentification de l'intranet de l'IUT RCC en Python. Permet de récupérer toutes les notes et coefficients de toutes les matières.
Python 3
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.