Skip to content

Commit

Permalink
Add Access typing into LAN (#278)
Browse files Browse the repository at this point in the history
* Add Access typing into LAN

* Update src/freebox_api/api/lan.py

* Update src/freebox_api/api/lan.py

Co-authored-by: Quentame <polletquentin74@me.com>
  • Loading branch information
Narmishka and Quentame authored Oct 31, 2021
1 parent 089a66f commit 2ebe1be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/freebox_api/api/lan.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
from freebox_api.access import Access


class Lan:
def __init__(self, access):
"""
Lan
"""

def __init__(self, access: Access):
self._access = access

host_type = [
Expand Down

0 comments on commit 2ebe1be

Please sign in to comment.