Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo9siy committed Dec 29, 2024
1 parent 4e19b1c commit b0e6fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations


class OnlineCourse:
def __init__(self, name: str, description: str, weeks: int) -> None:
self.name = name
Expand Down

0 comments on commit b0e6fb7

Please sign in to comment.