Updated docs

This commit is contained in:
2023-02-20 15:55:20 +01:00
parent 48d0daabf5
commit 9e28dce5ce
632 changed files with 10917 additions and 6775 deletions

View File

@@ -1 +1 @@
# imports:
# imports:

View File

@@ -16,8 +16,8 @@ def configure_services(config: ConfigurationABC) -> ServiceProviderABC:
def main():
config = configure_configuration()
provider = configure_services(config)
Console.write_line('Hello World')
Console.write_line("Hello World")
if __name__ == '__main__':
if __name__ == "__main__":
main()