1st commit
This commit is contained in:
6
app/deps.py
Normal file
6
app/deps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from functools import lru_cache
|
||||
from .geo import get_provider_instance
|
||||
|
||||
@lru_cache()
|
||||
def get_geo():
|
||||
return get_provider_instance()
|
Reference in New Issue
Block a user