mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-12 09:30:46 +03:00
9 lines
197 B
Python
9 lines
197 B
Python
"""Services package."""
|
|
|
|
from dependency_injector import catalogs
|
|
from dependency_injector import providers
|
|
|
|
|
|
class ServicesModule(catalogs.DeclarativeCatalog):
|
|
"""Service providers module."""
|