mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-25 09:48:41 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from typing import (
|
||||
Dict,
|
||||
List,
|
||||
Optional,
|
||||
)
|
||||
|
||||
|
||||
class DatabaseClient:
|
||||
@classmethod
|
||||
def settings_to_cmd_args(cls, settings_dict: Dict[str, Union[str, None]]) -> List[str]: ...
|
||||
Reference in New Issue
Block a user