This commit is contained in:
Jack Robison 2019-05-22 01:56:16 -04:00
parent 7066b55c30
commit 8457ef54e2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
3 changed files with 125 additions and 118 deletions

View file

@ -20,4 +20,4 @@ class ElementTree:
@classmethod
def fromstring(cls, xml_str: str) -> 'ElementTree':
raise NotImplementedError()
raise NotImplementedError()