Update example

This commit is contained in:
Roman Mogylatov 2021-09-28 10:03:14 -04:00
parent f436a3c42e
commit 57366a1f7b

View File

@ -20,6 +20,6 @@ def main(service: Service = Provide[Container.service]) -> None:
if __name__ == '__main__':
container = Container()
container.wire(modules=["__main__"])
container.wire(modules=[__name__])
main()