Skip to content

Commit

Permalink
Add fqdn typings
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Jan 16, 2024
1 parent 672d7df commit 3b5d552
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typings/fqdn/__init__.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from typing import Any


class FQDN:
def __init__(self, fqdn: Any, *nothing: list[Any], **kwags: dict[Any, Any]) -> None: ...
@property
def is_valid(self) -> bool: ...

0 comments on commit 3b5d552

Please sign in to comment.