8 lines
93 B
Python
8 lines
93 B
Python
class Metadata:
|
|
"""
|
|
:cvar base_url:
|
|
:type base_url:
|
|
"""
|
|
|
|
base_url = None
|